how to execute main()
Answers were Sorted based on User's Feedback
Answer / suresh royal
main() method is the JVM known method so jvm
will start the exicution from main method ,that main() method is static so no need to call
| Is This Answer Correct ? | 16 Yes | 0 No |
Answer / sadikhasan palsaniya
main method is executed by JVM. User cant execute it.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / atul
main() is execute by the jvm.if class have main()method &
class loader is load class in method area.
then Jvm call main() method;
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / karthika
By using object creation,we can execute main method.
| Is This Answer Correct ? | 1 Yes | 7 No |
What is natural ordering in java?
What is map in java?
How many threads can I run java?
What is concurrent hashmap and its features?
What are types of Java applications?
What is your platform?s default character encoding and how to know this?
Difference between concurrent hashmap and hashtable and collections
What is lambda expression in java?
What is the final class modifier?
What is the ==?
What are the advantages and disadvantages of object cloning?
What is sorting algorithm in java?