Why is the main method static in Java?
Answer / nashiinformaticssolutions
Java's main() function is static by default, allowing the compiler to call it either before or after creating a class object. The main () function is where the compiler begins programme execution in every Java programme. Thus, the main () method needs to be called by the compiler. If the main () method is permitted to be non-static, the JVM must instantiate its class when calling the function.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is hashing principle in java?
What is java full form?
Is void a return type?
Suppose i have two threads t1 and t2 are running.How the main thread will know that the two threads t1,t2 execution has completed?
Can we serialize singleton class?
What is the purpose class.forname method?
Explain about vector, dictionary,hash table, property classes?
What is the significance of listiterator?
Can you instantiate the math class in Java?
What is the difference between C++ & Java?
78 Answers College School Exams Tests, HAL, SUN, Syntel, TCS, Wipro,
Differentiate between nested and inner class in java.
0 Answers Akamai Technologies,
What is parsing a sentence?