+ 1
what is jdk means?
4 ответов
+ 1
Java Development kit
+ 1
well thank you for the info
+ 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.
+ 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)...