java sdk code example
Example 1: JDK
• Java Development Kit : JDK is what we need to compile Java source code
and contains JRE, development tools. JDK = JRE + Development tools
Example 2: JDK IN JAVA
The Java Development Kit (JDK) is a software development
environment used for developing Java applications.
It includes:
Java Virtual Machine,
Java Runtime Environment,
Loader,
Java compiler,
Documentation generator
Archiver (jar),
Other tools needed in Java development.
Example 3: java
time for making minecraft pluggins