What will happen if we declare don’t declare the main as static?
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 |
Instead of writing Home, Remote Interfaces if i directly extends EJBObject to bean class what happens?
Is vector synchronized in java?
Why we should declare the variables as static and final in interfaces?
What if static is removed from main method?
give an example for encapsulation?
Difference between String & StringBuffer
16 Answers IBM, Infosys, Tech Mahindra, Wipro,
what is server side caching?
What is Servlet?
What is the arraylist in java?
What are abstract classes and anonymous classes?
0 Answers Flextronics, Thomson Reuters, Virtusa,
Features of JAVA ? In which version of java synchronizedXXX() methods are included in Collections class.
Why do we need public static void main(String args[]) method in Java...?