answersLogoWhite

0

They are different versions. Java 5 is newer than Java 2. Think of it like the difference between the Playstation 1 and the Playstation 3.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What the difference between 2 and - 7?

-5


What is the difference between -7 and -5?

-2


What do you think the difference between 2 and 5?

2 - 5 = -3 5 - 2 = 3


What is the difference between Java 5 and Java 6?

The main differences are: 1. Support for older Windows 9x versions dropped. 2. Performance improvements. 3. Improved web service support.4. New generic scripting API. 5. New Java compiler API. 6. Upgrade of JAXB to version 2. 7. Pluggable annotations. 8. GUI improvements.


What is the difference between 2 to the power of 5 and 5 to the power of 2?

It is: 2^5 minus 5^2 = 7


What is the difference in math terms?

Difference is a subtraction word. What is the difference between 5 and 2 = 3


Two numbers that have the sum of 8 and a difference of 2?

5 + 3 =8 and 5-3 = 2 The difference between the two numbers is 2.


What is the quotient of the difference between 5 and a number and 2?

A quotient is the result obtained by dividing one quantity by another, and a difference is the result obtained by subtracting two numbers. So, the quotient of the difference between 5 and a number and 2 is:(5 - n)/2


What is the difference between 5 and 3 eighths and 2 and 1 half?

The difference is 2 and 7 eighths.


How do you get the difference of 2 numbers written in java Script?

var a = 12; var b = 5; var diff = a - b; // Value is now 7 alert("Difference: " + diff);


What is the difference between two fifth and two fifths?

2/5-2/5 = 0


What is the difference between jdk1.5 and jdk1.6?

Jdk 1.6 has some extra fatures.Some of are - 1.Annotations 2.Enhanced for loop 3.Automatic Typecasting 4.Java 1.6 runs faster than Java 1.5. 5.Java 1.6 makes programming easier by implementing various tools such as SwingWorker and JTable to develop user interface.