Pragati Prawal Posted on Feb 4, 2025 JRE is called implementation of JVM why? Top comments (1) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand Wellington Domiciano Wellington Domiciano Wellington Domiciano Follow Location São Paulo Joined Jun 27, 2019 • Feb 4 '25 Dropdown menu Copy link Hide JRE is not an implementation of the JVM itself. Instead, JRE is a set of tools that includes an implementation of the JVM, along with other components necessary to run Java applications. In the JRE or JDK distributions based on OpenJDK, the default JVM implementation is the HotSpot VM. Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
JRE is not an implementation of the JVM itself.
Instead, JRE is a set of tools that includes an implementation of the JVM, along with other components necessary to run Java applications.
In the JRE or JDK distributions based on OpenJDK, the default JVM implementation is the HotSpot VM.