What is jit compiler in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is a text string?

0 Answers  


Difference between Application and Applet ?

4 Answers   Wipro,


What are the characteristics of Final,Finally and Finalize keywords.

0 Answers   Flextronics,


Can we write multiple catch blocks under single try block?

0 Answers  


What are the java ide's? Explain

0 Answers  






what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }

3 Answers   TCS,


Can a string be null?

0 Answers  


What is an object in java?

0 Answers  


What is the different between get and post?

0 Answers  


why abstract class does not have object creation

6 Answers   Value Labs,


Can we extend immutable class?

0 Answers  


Can you explain the private protected field modifier?

0 Answers  


Categories