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
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
Why main method is static in java?
How finally used under exception handling?
Print Vertical traversal of a Binary Tree.
Difference between string, stringbuffer and stringbuilder?
What are static blocks in java ?
How do you remove an element from an arraylist in java?
whatis Home interface and Remoteinterface? with example?
What is final method?
What is generics in java interview questions?
What is the static block?
Difference between class#getinstance() and new operator ?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
What are static blocks and static initalizers in java ?
What is the base class of all exception classes?