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
Define a java class.
How will you load a specific locale?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
Why pointers are not used in java?
Can we have two main methods in a java class?
What is the difference between @before and @beforeclass annotation?
How will you serialize a singleton class without violating singleton pattern?
Explain about OOPS concepts and fundamentals.
How do you convert an int to a double in java?
Is array a class?
What are the supported platforms by java programming language?
What is an example of a boolean?
What is the Scope of Static Variable?
Can set contain duplicates?
What is difference between fail-fast and fail-safe?