answersLogoWhite

0

What are the different versions of jdk?

Updated: 8/21/2019
User Avatar

Wiki User

8y ago

Best Answer

There's only the JRE and JDK. the JRE (Java Runtime Environment) is equipped with the basic necessities a client (read: the average home user or business/office employee) computer would need. The JDK (Java Development Kit) contains the JRE plus development tools (i.e. libraries) for software developers to get started to writing applications with Java.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the different versions of jdk?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

JDK version is same as JRE version?

No, not necessarily. JDK stands for Java Development Kit and JRE stands for Java Runtime Environment. They can be of the same or different versions each. It is better if we have two compatible or same versions of JDK and JRE installed for ease of use.


What do you need JDK?

JDK stands for Java Development Kit. This contains the Java compiler, Interpreter and other tools that Java provides. It also contains all Java default packages and classes that can be used for development of Java Applications. JDK versions are continuosly released and upgraded every year by Sun Microsystems.


What is the latest version of jdk?

JDK 7


What is latest version of jdk?

jdk 8 is the latest version that have released...but jdk 9 and 10 is under researching..


Is jdk 1.6 is the new version of java?

No, jdk 1.7 is out.


Do you need JRE if you already have JDK?

No, the JDK includes the JRE.


What is the difference between jdk 1.4 and jdk 1.6?

jdk 1.4 not hve for each regulear expression exception changing


How can you download and install jdk?

JDK is available from the website in the related link, below.


What is jdk code for runite ore?

Let me assure you there is no jdk code for anything on runescape


Where could a person buy the JDK from Sun Microsystems?

Sun Microsystems is a very large company that produces and manufactures many different things. The JDK is just one of the things they manufacture. It is available for purchase on the Sun Microsystems website.


How download and install java?

It's very easy!! Go to "bluej.org" & click on "quick download" on upper-right of the screen. On the right side you would find two links-"JDK 6" & "JDK 5". If your using windows vista or later click on JDK 6 or else click on JDK 5. Click on "download JDK" & select platform & download it.


What is j2ee j2se j2me?

J2EE = enterprise edition jdk. J2SE = standard edition jdk. J2ME = mobile edition jdk. standard jdk gets used for platform development, enterprise jdk for enterprise development and mobile jdk gets used for mobile development.