+ 1

What is jdk?

i am new in java..

26th Nov 2016, 8:34 AM
shyam singh parihar
shyam singh parihar - avatar
10 Answers
+ 5
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.
26th Nov 2016, 8:56 AM
shaik hyder
shaik hyder - avatar
+ 3
http://www.oracle.com/technetwork/java/javase/jdk-8-readme-2095712.html#contents the JDK is simply a development envoirment for developing with the Java language. take into consideration that it does NOT include IDE which is a program like eclipse or netbeans that can be used to write and run code. that needed to be downloaded seperately. a tutorial can be found here http://docs.oracle.com/javase/tutorial/getStarted/cupojava/netbeans.html
26th Nov 2016, 8:55 AM
Burey
Burey - avatar
+ 1
it's a java development kit dude
26th Nov 2016, 8:49 AM
Sankalp Saxena
Sankalp Saxena - avatar
+ 1
JDK is an acronym simply saying a short form for JAVA Development Kit Its a Environment wherein one can develop code in Java Language
26th Nov 2016, 8:57 AM
Vaibhav Borhade
Vaibhav Borhade - avatar
+ 1
thanks..
26th Nov 2016, 9:13 AM
shyam singh parihar
shyam singh parihar - avatar
+ 1
java development kit
26th Nov 2016, 12:44 PM
romasks
romasks - avatar
0
Jdk
26th Nov 2016, 8:34 AM
Wyatt
0
yea..
26th Nov 2016, 8:35 AM
shyam singh parihar
shyam singh parihar - avatar
0
Jdk
26th Nov 2016, 8:35 AM
shyam singh parihar
shyam singh parihar - avatar
0
java development kit is basically a software development environment that includes: java compiler(javac), java archiving tool(jar) and java debugging tool(jdb).
26th Nov 2016, 11:03 PM
Uche