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
Explain about assignment statement?
What does a method signature consist of?
What are the major drawbacks of external iteration?
What is scope of a variable?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
What is append function?
What are the types of exceptions?
How to instantiate member inner class?
In Java list the methods that can be overridden?
What is serialization in java?
how does the run() method in runnable work? : Java thread
How do you do exponents in java?
Explain constructors and types of constructors in java.
Discuss about garbage collector in Java.
what is meant by HQL?