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 |
we have two threads..both the threads are reading the data.. is there any need of synchronization there?...justify it?
What 4 doubled?
what is overloading and overriding with example?
What is the final keyword denotes?
Is 0 a prime number?
What is jee6?
how to handle exceptions in core applications?
How to print an arraylist in java?
What's the difference between an abstract class and interface in java?
How do you clear a method in java?
What releases of Java technology are currently available? What do they contain?
What is the byte order of byte buffer?