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 software package would you use to write Java?

You would use the Java Development Kit (JDK).


What is latest version of jdk?

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


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


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.


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


What include in JDK mean?

JDK stands for Java Development Kit, which is a software development environment used for developing Java applications. It includes essential tools like the Java Compiler (javac), Java Runtime Environment (JRE), libraries, and various utilities for debugging and monitoring applications. The JDK provides everything developers need to write, compile, and run Java programs.


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.


What is difference between jvmjre and jdk?

JVM Stands for Java Virtual Machine. JVM is the virtual machine in which a java program gets executed. JRE stands for Java Runtime Environment. JRE is the runtime set up that is required by the JVM to execute java programs. JDK stands for Java Development Kit. JDK is the basic software that gets downloaded from sun's java website if anyone wants to use java.


What has the author Greg M Travis written?

Greg M. Travis has written: 'JDK 1.4 tutorial' -- subject(s): Java (Computer program language)


Explain Difference between java 1.6 and java 1.7?

The Java Platform Standard Edition (SE) 7 has some bug fixes, it includes Mac OS X JDK Port, and has some other enhancements. You need the Java RE (Runtime Environment) on your system to run Java applications and appets. When you want to program in Java, you'll need the JDK (Java Development Kit). De JDK includes the Runtime Enviroment.


What is difference between jdk and JRE?

Age old question. :) Simply Put: - If you need to execute any java program you need JRE (as the name says "Runtime Env"). - If you need to compile some java code you ll need JDK (as the name says "Development Kit"). One more thing to be noted is JRE will always be shipped with JDK because as I mentioned earlier JDK compiles the code, so if you want to execute the compiled code you need JRE. Hope this helps. . The "JDK" is the Java Development Kit. I.e., the JDK is bundle of software that you can use to develop Java based software. The "JRE" is the Java Runtime Environment. I.e., the JRE is an implementation of the Java Virtual Machine which actually executes Java programs. Typically, each JDK contains one (or more) JRE's along with the various development tools like the Java source compilers, bundling and deployment tools, debuggers, development libraries, etc.