How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?


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

Post New Answer

More Core Java Interview Questions

What do you understand by Header linked List?

0 Answers   Genpact,


If a class is declared without any access modifiers, where may the class be accessed in java programming?

0 Answers  


What is the difference between an object-oriented programming language and object-based programming language?

0 Answers  


Difference between error and exception

3 Answers   Nous, TCS,


How can you read content from file in java?

0 Answers   HCL,






what is the difference between applet and swing and gui application in java . What we do with the collections set and list interface

2 Answers   CTS, Phoenix Technologies,


What is difference between local variable and global variable?

0 Answers  


Can we override private method in java?

0 Answers  


What is the difference between public, private, protected, and friend access?

0 Answers   Amazon,


1.what is the exact difference between applet and frame? 2.Do we use main method in frames?

5 Answers  


What is Vector?Can you elaborate how Vector is Thread safe?

3 Answers   HCL,


suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?

3 Answers  


Categories