Difference between JDK, JRE, JVM
Answer Posted / rajiv
In simple wecan say that JDK is the superset which contains both JRE & JVM.
JVM(java virtual machine) converts the byte code to machine code.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is a lightweight component?
What are serialization and deserialization?
What is passing by reference in java?
What is the effect of keeping a constructor private?
What is the difference between equals() and?
Define reflection.
What about instanceof operator in java?
Are static members inherited to sub classes?
What are the 5 types of research methods?
What is private static class in java?
What is the difference between multiple processes and multiple threads?
Explain what access modifiers can be used for variables?
What is the use of beaninfo?
What is difference in between java class and bean?
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?