Suppose you have no static keyword in Java but you still want the same functionality. How would you go about it?
Sigiloso
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.