Answer Posted / 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 |
Post New Answer View All Answers
Explain inheritance in java?
What is the difference between Java and C++?
What is the difference between a field variable and a local variable?
What is an object's lock and which object's have locks in java programming?
What is e in java?
How static variable work in java?
Why do we use threads in java?
Does java vector allow null?
What's the purpose of using break in each case of switch statement?
What is the internal implementation of set in java?
What is a null point?
Explain listiterator and methods in listiterator?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
Is age discrete or continuous?
How transient variable is different from volatile variable?