Pergunta de entrevista da empresa Fiserv

Suppose you have no static keyword in Java but you still want the same functionality. How would you go about it?

Resposta da entrevista

Sigiloso

15 de fev. de 2013

Create an instance of class and use invoke the methods...but with using static keyword there is no need to instantiate an object for a class.