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
what are synchronized methods and synchronized statements? : Java thread
What is character in data type?
What is extension method in java?
what is use of functional interface in java 8?
How infinite loop is declared?
What is sortedset in java?
What are synchronized methods ?
Is 0 a prime number?
If I only change the return type, does the method become overloaded?
What do you mean by jjs in java8?
java Technical questions asked by JPMC
What do you mean Abstraction in java?
For class CFoo { }; what default methods will the compiler generate for you>?
When super keyword is used?
Is arraylist dynamic in java?