FDM Group interview question

3. static

Interview Answer

Anonymous

17 Dec 2017

The static keyword in Java means that the variable or function is shared between all instances of that class as it belongs to the type, not the actual objects themselves.