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
How define set in java?
What is the use of string and stringbuffer?
What is meant by oops concept in java?
What is off heap memory?
What is the method overriding?
Is object a data type in java?
Can we return null in java?
What is the declaration statement?
What is string syntax?
what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????
when should you use stringbuilder class in a program?
How is final different from finally and finalize?
If we don’t want some of the fields not to serialize how to do that?
What is object in java?
What is the differences between heap and stack memory in java? Explain