answersLogoWhite

0

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

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

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


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.


What is jdk code for runite ore?

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


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.


How do you write program in jdk?

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.


How do you get jdk 6.0?

So, because you have an infection


Is Float to float casting in java possible?

It is possible in JDK 1.5 and above. In JDK 1.4, you also cast the Float value into float value by using casting. For exampe in JDK 1.5, its possible float f = 12; Float ff = f; but in JDK 1.4, you will use casting i.e float f = 12; Float ff = (float)f;