Answer Posted / priyanka shetty
JVM'S main job is to load class files and execute the byte
codes they contain
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Differentiate between the constructors and methods in java?
Do I need to import java.lang package any time? Why?
What are runtime exceptions?
What is classpath?
Can a class have multiple superclasses?
What is the return type of the main method?
How many types of design patterns are there?
How do you sort in ascending order in java?
What are the types of collections in java?
What are synchronized methods and synchronized statements in java programming?
What is class variable java?
What is java used for on a computer?
Explain about method local inner classes or local inner classes in java?
Explain reverse a linked list iterative solution in java?
What is the difference between overriding and overloading in OOPS.