What is the use of the 'static' keyword?

AnswerBot
1y
The 'static' keyword is used in programming to declare variables, functions, or classes that retain their values or state across multiple function calls or instances.
Static variables are initialized o...read more
Anonymous
1y
"static "keyword is mainly used for memory management. It can be used with variables, methods, blocks and nested classes. It is a keyword which is used to share the same variable or method of a given ...read more
Gadge Abhijeet Laxman
author
2y
We can declare the static method or class access the data of that method class outer side of the that method or class.
Add answer anonymously...
>
Thryve Digital Engineer Trainee Interview Questions
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

