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
How big is a 64 bit float?
What is jdbc api?
How can we make copy of a java object?
What is class and its types?
What are exceptions
Why can't we make a class private in java?
What is the differences between c++ and java? Explain
What best practices should you follow while writing multithreaded code in java?
Can main() method in java can return any data?
What is meant by distributed application? Why are we using that in our application?
What is argument in java?
What is string :: npos?
Difference between overriding and overloading in java?
What is the loop in java?
What is immutability in java?