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
What is an object’s lock and which object’s have locks?
Can java list be null?
Can we instantiate interface in java?
What is java in detail?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
What are the four integer types supported by java?
Which variables are stored in heap?
How do generics work in java?
List implementations of list interface?
What is ++ a in java?
Can I declare a class as private?
Can we call thread start () twice?
How many types of interfaces are there?
What's the base class in java from which all classes are derived?
What is vector?