answersLogoWhite

0

How do you write program in jdk?

User Avatar

Anonymous

16y ago
Updated: 8/17/2019

JDK stands for Java Development Kit. It is not a programming language. It is a the system using which you can develop programs in Java. You need to have jdk installed in your machine to create java programs.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What do you need to program Java?

jGRASP with JDK version 5 or later


What is jdk?

it is a ducks beak that is used to vomit out fish


What is the difference between jvm jdk?

JVM stands for java virtual machine. This is actually the machine in which all the java programs you write will get executed. It comes as part of any JDK (Java Development Kit) Installations. JDK stands for Java Development Kit. JDK is the total software that comes to us as part of the download from the Sun Java website. It is the stuff that is required to write and execute java programs.


If your java program says no compiler is available what does that mean?

It means you have not installed jdk and jre in your machine...


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..


What software package would you use to write Java?

You would use the Java Development Kit (JDK).


Do you need JRE if you already have JDK?

No, the JDK includes the JRE.


Is jdk 1.6 is the new version of java?

No, jdk 1.7 is out.


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.


Do you hava different jre for every editionEESEME of the java platform like jdk does jre too has all the java libraries?

First of all, JDK is Java Development Kit and JRE is java runtime Environment. JDK provides compiler and all the necessary tools to write the code verses JRE provides with the environment in which the java code will run.