Jump to content

Java Technical Interview Questions


sandeepnanda

Recommended Posts

Java Technical Interview Questions
 
 
What is Just in time compiler?
 
It is used to improve the performance. JustIinTime compiles parts of the byte code that have similar functionality at the same time, and hence reduces the amount of time needed for compilation.Here the term compiler refers to a updater from the instruction set of a Java virtual machine (JVM) to the instruction set of a specific CPU.
 
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...