Home
About Us
Contact Us
Bookmark
Saved Bookmarks
Current Affairs
General Knowledge
Chemical Engineering
UPSEE
BSNL
ISRO
BITSAT
Amazon
ORACLE
Verbal Ability
→
Programming
→
ASP Dot net Interview Questions in Programming
→
Explain the difference between JDK, JRE, and JVM?
1.
Explain the difference between JDK, JRE, and JVM?
Answer»
Java Development Kit (JDK)
JVM
JRE
1.
Core component of Java Environment
Converts Byte code to machine-specific code
Implementation of JVM.
2.
Provides
TOOLS
and executables required for a Java Program
Platform dependent
Provides a platform for executing Java programs.
3.
It is platform specific
Provides core
FUNCTIONS
LIKE
garbage collection,
MEMORY
management and security etc.
Consists of java binaries and classes.
Show Answer
Discussion
No Comment Found
Post Comment
Related InterviewSolutions
Does order of specifiers matter in Java? Will static public void work for main() method?
Can the main method be declared final?
Why do we call System.gc() in Java
Best practices related to Java Collections Framework?
What is a Static Nested Class in Java?
C++ supports Pointers, while Java does not. Why?
Why do we use variable length arguments in Java?
What are the types of Base64 encoding in Java?
What enhancements Java 9 brought to Process API?
Constructor vs Method in Java
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies