Answers for "jdk"

2

JDK

• Java Development Kit : JDK is what we need to compile Java source code 
and contains JRE, development tools. JDK = JRE + Development tools
Posted by: Guest on November-28-2020
0

jdk

JDK is an acronym for Java Development Kit. 
It is a software development environment which is used 
to develop Java applications and applets. It physically exists. 
It contains JRE + development tools. JDK is an implementation of any 
one of the below given Java Platforms released 
by Oracle Corporation:
o Standard Edition Java Platform
o Enterprise Edition Java Platform
o Micro Edition Java Platform
Posted by: Guest on November-28-2020

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language