Difference between JDK, JRE, JVM
Answer Posted / pathy
The JDK is the Java Development Kit: everything you need to
develop programs in Java (the compiler and other tools).
The JRE is the Java Runtime Environment: everything you need
to run Java programs.
The JVM is the Java Virtual Machine, which is the core part
of the JRE that actually runs Java code.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is difference between == and === in js?
Convert Binary tree to linked list.
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
When should I use a singleton?
How can we find the sum of two linked lists using stack in java?
How to use string tokenizer class.
Can we have more than one package statement in the source file?
What is the escape character in java?
Is null an object in java?
Whats the difference between notify() and notifyall()?
Can we declare an array without size in java?
Does sprintf allocate memory?
Can we print null in java?
How to connect to a remote database using Applet?
What is the significance of java packages?