विषय से सम्बंधित कोई भी प्रश्न आप कमेंट में पूछ सकते हैं। अगर अभी तक चैनल को सब्स्क्राईब नही किया है तो सब्स्क्राईब करना न भूलें।
Image result for jvm and jre
www.geeksforgeeks.org
The JRE is the environment within which the virtual machine runs. JRE is the container, JVM is the content. Java Runtime Environment contains JVM, class libraries, and other supporting files. It does not contain any development tools such as compiler, debugger, etc.
The Java Development Kit (JDK) is a software development environment used for developing Java applications and applets. It includes the Java Runtime Environment (JRE), an interpreter/loader (Java), a compiler (javac), an archiver (jar), a documentation generator (Javadoc) and other tools needed in Java development.
No comments:
Post a Comment