Difference between JDK, JRE, JVM
Answer Posted / sylvie
JDK contains tools to develop the java programs
JRE contains torun the programs
JVM provide a platform independent way of executing code
| Is This Answer Correct ? | 27 Yes | 12 No |
Post New Answer View All Answers
Does chrome use java?
How much is a java license?
How does split work in java?
What do you understand by a Static Variable?
What happens if we don’t define serial version uid?
what invokes a threads run() method? : Java thread
What is java in detail?
Where is jre installed?
What do you mean by platform independence? What is an interface?
What is a values collection view ?
Explain the difference between throw and throws in java?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
Are strings immutable in java?
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread
What is the importance of main method in Java?