1.

Case study on public static void main in java

Answer»

in the context of Java the STATIC keyword MEAN that the MAIN method in the class method .what does also mean is that you can access this method without having an instance of the class .remember that the public keyword makes the method accessible by all classes so this MAKE it possible



Discussion

No Comment Found