Java static keyword
The static keyword in Java is used for memory management mainly. We can apply java static keyword with variables, methods, blocks and nested class. The static keyword belongs to the class than an instance of the class.The static can be:Variable Method BlockNested class
Download the Study24x7 App, so you can connect and collaborate.