What is the java virtual machine?


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

Post New Answer

More Core Java Interview Questions

I Have a class abstract with one abstract method, so that method should override in the subclass, but i dont want to override, if i am not override what will happen? If compilation will occur then i dont want to give compilation error, then what we need to do??? See the sample program. public abstract class AbstractExample { public abstract void sampleMethod(); } public class AbstractExampleImple extends AbstractExample { }

2 Answers   Mphasis,


What does java edition mean?

0 Answers  


What is void keyword?

0 Answers  


all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.

4 Answers  


Can we access the non-final local variable, inside the local inner class?

0 Answers  






What is the difference between Integer and int?

10 Answers   Infosys,


How will you communicate between two applets?

0 Answers  


What is the difference between throw and throws? What is the similarity between try and throw?

2 Answers  


Difference between class#getinstance() and new operator ?

0 Answers  


What is null mean in java?

0 Answers  


What are new features introduced with java 8 ?

0 Answers  


What should I import for arraylist in java?

0 Answers  


Categories