Q. What does the ‘static’ keyword do in Java?
Solution:
Static members are shared across all instances of a class and can be accessed without instantiation.
Get Question Bank
Strengthen Your Practice with our comprehensive question bank.
Static members are shared across all instances of a class and can be accessed without instantiation.
Strengthen Your Practice with our comprehensive question bank.