static-keyword
There are 6 repositories under static-keyword topic.
omarbelkady/Java
"Always choose a lazy person to get the job done. A lazy person will always find the easy way out."
sumeetpardeshi/CoreJava
My CoreJava Practice Programs
Csaba79-coder/StaticStatementUdemy
Static statement / keyword
iamyourmajesty/Recursion
Recursion
ishanshah018/Java_SEM-I_QB_Test-4
JAVA T4 TEST QB CODE SOLUTIONS
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.