In Java why we write public static void main(String args[])
why not main()?
Answer Posted / suryanarayan jena
Because JVM is static.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
What is the difference between a checked and an unchecked exception?
What is the purpose of stub and skeleton?
Difference between string, string builder, and string buffer?
What is downcasting?
In the below example, what will be the output?
What are the advantages of exception handling in java?
Difference between start() and run() method of thread class?
hr interview how many minutes asking question
What is advantage of java?
What is a blocking method in Java?
Can you make a constructor final in Java?
What is java dot?
Can we override private method?
What is the do while loop syntax?