answersLogoWhite

0


Best Answer

Ask the Java developers.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why the java code name call as mustang for version 6?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the name of java version 1.6?

Mustang


How can I tell which version of Java I have?

From the command-line if you call java with the -version argument then it will display the version number.> java -versionjava version "1.8.0_111"Java(TM) SE Runtime Environment (build 1.8.0_111-b14)Likewise, if you list what programs/applications you have installed then the list should include the version number.


List out the version of java?

Running "java -version" will display the current version of Java.


Resolve this error 4 java --Exception in thread main java.lang.UnsupportedClassVersionError milan Unsupported major.minor version 49.0?

The class/jar was compiled with a later major version of java than the version of java you are using to run the code with. So for instance the class was compiled with java 1.5 and you are running the class with java 1.4, which doesn't understand the format of 1.5 class files. check "java -version" from the command prompt.


What is jython?

Jython is a version of the Python programming language that is integrated with the Java programming language, allowing you to mix Java and Python code and run both on the Java Virtual Machine.


What is the new version of java?

The latest version of java is called Java 5 or Tiger.


What is new version of Java?

The latest version of java is called Java 5 or Tiger.


What do you call a Program that runs Java byte code instruction?

Get the JDK & Bluej from net and the rest will be done by them. Java byte codes are stored as *.class ; where "*" represents the class name, in your hard disk. You can download BlueJ as well as JDK from the related link.


What version of java should you program in?

the version of java that you program in is not of much importance so to speak. But it is always advisable to use the latest version of java in order to use the full set of features that the latest version supports. The latest version of java is java 6 also called Tiger.


Executon steps in java?

First of all the compiler converts our source code into byte code ,this is done by "javac" compiler.then we use interpretor that is the"java interpretor" for making our byte code executed.thats y java is called as an compiled and interpred language.by that way our java program will be interpreted. First of all our source code vl b converted into byte code by da java compiler named "javac" ,then dt byte code vl be executed by da interpretor named "java" interpretor. These are execution steps in java dts y v call java as a compiled and interpreted language.


How does Minecraft work?

Minecraft works by executing code in the Java virtual Machine. It was written in Java with OpenGL to improve the handling of the 3-d game. The browser version is also written in Java however it is embedded in the page as a Java Applet.


How can sbt be used to build java code?

First of all, you have to start SBT while having java already in the JDK7 folder. You will need to specify Java Home as a command option. This changes the java version to the same one SBT uses.