FDM Group Interview Question

3. static

Interview Answer

Anonymous

Dec 17, 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.