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 a singleton class in Java?
What is the use of java?
Difference between Array and vector?
How many ways can an argument be passed to a subroutine and explain them?
Is delete, next, main, exit or null keyword in java?
why applet doesn't have main? isn't possible a program with out main?
To the class members how can we provide security?
Why is whitespace important?
What is a copy constructor in java?
Can a constructor call the constructor of parent class?
Keywords in Exceptions?
Can an object subclass another object?