Antra Interview Question

What is the use of the 'static' keyword in Java?

Interview Answer

Anonymous

Sep 15, 2022

Used when we want to access members of a class without first instantiating an object of the class.