What is the use of static keyword in "public static void
main()"
Answer Posted / rajesh
Execution starts from main method, but in this statement
importance of "static" is, it load in memory even before
first object is instantiated.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you start a thread twice in Java?
What is the abstract class?
What is the mapping mechanism used by java to identify IDL language?
Name few java util classes introduced with java 8 ?
Which graphs are functions?
What is identifier give example?
What is oop in java?
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
List down the methods and interfaces of collection class in java.
How do you sort a set in java?
What are implicit objects in java?
What are parsers? Dom vs sax parser.
why an outer class cannot be declared as private?
How hashmap works in java?
What is 32 bit float?