Varun has Published 82 Articles

Is main a keyword in Java?

varun

varun

Updated on 30-Jul-2019 22:30:20

994 Views

No, main is not a keyword in Java.

What are static members of a Java class?

varun

varun

Updated on 30-Jul-2019 22:30:20

29K+ Views

In Java, static members are those which belongs to the class and you can access these members without instantiating the class. The static keyword can be used with methods, fields, classes (inner/nested), blocks. Static Methods − You can create a static method by using the keyword static. Static methods can ... Read More

Previous 1 ... 5 6 7 8 9
Advertisements