Static Fields and method
The static keyword in java is used for memory management mainly. We can apply java static keyword with variables, way(method) s, blocks and nested class. The static keyword belongs to the classthan instance of the class. The static can be: 1. variable (also known as class variable) 2. way(method) (also known as class way(method) ) […]
Static Fields and method Read More »