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
Distinguish between a predicate and a function?
What is == in java?
Can we use catch statement for checked exceptions?
If a method is declared as protected, where may the method be accessed?
What is difference between hashset and hashmap in java?
What is independent and dependent variables in research?
What is the similarity between dynamic binding and linking?
What is the default execution method in java?
Why object class is super class for every class in java?
What is indexof?
Explain the advantages of packages in java?
How do I start learning java?
What is the use of java?
What are the escape sequences in java?
What is jagged array in java?