VaibhavMojidra / Java---Demo-Static-Keyword

The static keyword in Java is used for memory management mainly. We can apply static keyword with variables, methods, blocks and nested classes. The static keyword belongs to the class than an instance of the class.

Home Page:https://vaibhavmojidra.github.io/site/

Repository from Github https://github.comVaibhavMojidra/Java---Demo-Static-KeywordRepository from Github https://github.comVaibhavMojidra/Java---Demo-Static-Keyword

Java Demo Static Keyword

Vaibhav Mojidra - 1.jpeg

About

The static keyword in Java is used for memory management mainly. We can apply static keyword with variables, methods, blocks and nested classes. The static keyword belongs to the class than an instance of the class.

https://vaibhavmojidra.github.io/site/

License:MIT License


Languages

Language:Java 100.0%