What will happen if we declare don’t declare the main as static?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
Without utilizing static and without encountering any issues, we may declare the main method. However, the primary method will not be regarded as the program's or application's entry point.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
Without utilizing static and without encountering any issues, we may declare the main method. However, the primary method will not be regarded as the program's or application's entry point.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
Without utilizing static and without encountering any issues, we may declare the main method. However, the primary method will not be regarded as the program's or application's entry point.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
Without utilizing static and without encountering any issues, we may declare the main method. However, the primary method will not be regarded as the program's or application's entry point.
| Is This Answer Correct ? | 0 Yes | 0 No |
Without utilizing static and without encountering any issues, we may declare the main method. However, the primary method will not be regarded as the program's or application's entry point.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is it compulsory to have atleast one abstract method in abstract class?
What is the exact difference in between Unicast and Multicast object? Where will it be used?
How transient variable is different from volatile variable?
Can we place the any object to key attribute of HashMap<key,value>?
What is the method to expand and collapse nodes in a jtree?
what is ejb? what is the importance of ejb?
What is arrays sort in java?
What are the important features of Java 9 release?
How does access modifiers work?
Difference between the paint() and repaint() methods?
What is queue in java?
Difference between Linked list and Queue?