What is the difference between JVM and JRE?
Answer / Pawan Prajapati
JVM (Java Virtual Machine) is a software that runs Java bytecode. JRE (Java Runtime Environment) includes the JVM, as well as the Java API libraries and other necessary components to run Java applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
Is static a keyword in java?
Differences between GridLayout and GridBagLayout?
What is java util?
Difference between String and StringBuffer.
Can I extend singleton class in java?
where final and static variable stored?
Explain the difference between jvm and jre?
In a container there are 5 components. I want to display the all the components names, how will you do that one?
How do you start a new line in java?
what is the difference between String s="hello"; and String s=new String("hello");?
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,