JDK, JRE, JVM, JIT
dev.to·2d·
Discuss: DEV
⚙️JIT Compilation
Preview
Report Post

What is JDK ?

JDK - Java Development Kit

  1. JDK is used to write, debug, compile, and run Java applications.
  2. This is required for developers to develop Java applications.
  3. This converts user defined code(.java) to byte code(.class) when there is no exception in the code.
  4. This is platform dependent. That is there are separate installers for Windows, Mac, and Unix systems.
  5. JDK includes both JVM and JRE.

What is JRE ?

JRE - Java Runtime Environment

  1. It is a package that provides the libraries and JVM required to run Java applications.
  2. This is required for end users to run the Java applications. So JRE is enough when only need is to run Java applications but not develop them.
  3. This is platform dependent.

What is JVM ?

**JVM - Java Virtu…

Similar Posts

Loading similar posts...

Keyboard Shortcuts

Navigation
Next / previous item
j/k
Open post
oorEnter
Preview post
v
Post Actions
Love post
a
Like post
l
Dislike post
d
Undo reaction
u
Recommendations
Add interest / feed
Enter
Not interested
x
Go to
Home
gh
Interests
gi
Feeds
gf
Likes
gl
History
gy
Changelog
gc
Settings
gs
Browse
gb
Search
/
General
Show this help
?
Submit feedback
!
Close modal / unfocus
Esc

Press ? anytime to show this help