what is jdk means? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

what is jdk means?

30th Jun 2016, 10:59 PM
Youh Asakura
Youh Asakura - avatar
4 Antworten
+ 1
Java Development kit
30th Jun 2016, 11:01 PM
Arjun
+ 1
well thank you for the info
30th Jun 2016, 11:06 PM
Youh Asakura
Youh Asakura - avatar
+ 1
It include a set of tools and Java Virtual Machine to provide an environment to run java program. Java program is first compiled using javac to get a bytecode which is machine independent providing portability. Then this byte code is converted into something which machine understand using machine specific JVM.
30th Jun 2016, 11:10 PM
Vijay Kumar
Vijay Kumar - avatar
+ 1
You are welcome... JDK is a software development environment which consists of compiler, archiving tools, debugging tools and most importantly it has JRE (Java Run time Environment)...
30th Jun 2016, 11:10 PM
Arjun