Pergunta de entrevista da empresa DataArt

What does mean word "Static" in method signature (Java language)

Resposta da entrevista

Sigiloso

28 de dez. de 2017

It means that this method is store in perm gen memory, it cannot be overridden, and does not required to create an object of class to call this method