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
What are the concepts of 'OOPS'?
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?
What is the memory leak in java?
Difference between class#getinstance() and new operator ?
What is the purpose of final keyword and when to use it?
What is an escape character in java?
What is the SimpleTimeZone class?
Why does abstract class have constructor?
Is null a string?
Difference between static and dynamic class loading.
What is the access scope of protected access specifier?
What is the difference between throw and throws keywords?
Can we use switch statement with strings?
What do you understand by classes in java?
Can we use catch statement for checked exceptions?