What is a Java Virtual Machine?
Answer / nashiinformaticssolutions
It is an abstract machine that gives Java programs a runtime environment. The underlying operating system runs the compiled Java code after it has been interpreted by the JVM.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain about static imports in java?
What is "finally" keyword?
What are advantages of exception handling in java?
What is == mean?
What is difference between == equals () and compareto () method?
What are daemon Threads in java?
What is the independent variable in an experiment?
Can a class be defined inside an interface?
There are 2 classes, 1 LandAnimal and another WaterAnimal. There is another class Animal which wants to have the properties of both LandAnimal and WaterAnimal. How will you design this situation?
What is the difference between a window and a frame in java programming?
Define the term string pool?
How to sort a vector elements that contains the user define class object? (Note: If Suppose consider, A Student class contain two data members. They are String studentName and int rollNo. I am creating Four objects for this class, each object contains students details like name and roll no. Now i am storing that objects in vector and if i retiving the elements from the vector means then it should be display in sorting order)
3 Answers ProdEx Technologies,