plz detail me about jdk | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

plz detail me about jdk

21st Jul 2016, 8:44 AM
Akash Yangati
Akash Yangati - avatar
5 Answers
+ 2
JDK encompasses 3 main things; it contains a JVM bundled in its JRE Java runtime environment, Javac that compiles Java source code into byte code that can be interpreted by the JVM and finally the core Java libraries. It's a developers kit with the above items bundled up.
21st Jul 2016, 12:24 PM
Eric Gitangu
Eric Gitangu - avatar
+ 1
JDK is Java development kit and there is two kind of it Oracle and open source and it helps in programming java apps and android apps
21st Jul 2016, 8:56 AM
Mostafa Abobakr
Mostafa Abobakr - avatar
0
ty
21st Jul 2016, 9:07 AM
Akash Yangati
Akash Yangati - avatar
0
By the way Android based on Java Oracle so it uses Oracle JDK
21st Jul 2016, 9:09 AM
Mostafa Abobakr
Mostafa Abobakr - avatar
0
jdk has jre java runtime environment and APIs in jre we have jvm... jre is responsible for coverting the code into byte code (responsible for the feature pltform independence) and jvm acts as interpreter and gives output
21st Jul 2016, 3:04 PM
munwar