Java virtual machine related interview questions

          

Java virtual machine


<<Previous  Next>>

Java virtual machine interview questions

Explain the processes performed by java virtual machine, i.e. loading, linking, initialization.

The Java virtual machine dynamically loads, links, and initializes classes and interfaces. Loading is the process of finding the binary form of a class or interface type with a particular name, a Class object to represent the class or interface........................

Explain the purpose of garbage collection that the JVM uses.

Garbage collection in Java identifies and discards the objects that are no longer needed by a program so that their resources can be reclaimed and reused..................

What is javap?

The javap is a command that disassembles a class file. It prints out the package, protected, and public fields and methods of the classes passed to it to stdout................

<<Previous  Next>>



Write your comment - Share Knowledge and Experience


 

 
Interview questions
Latest MCQs
» General awareness - Banking » ASP.NET » PL/SQL » Mechanical Engineering
» IAS Prelims GS » Java » Programming Language » Electrical Engineering
» English » C++ » Software Engineering » Electronic Engineering
» Quantitative Aptitude » Oracle » English » Finance
Home | About us | Sitemap | Contact us | We are hiring