answersLogoWhite

0

List out the version of java?

User Avatar

Anonymous

15y ago
Updated: 8/17/2019

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

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

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.


How many pre-built or predefined classes are there in JAVA?

In java 1.1 version 250 classes are there java 1.2 version 500 classes are there i don't about other versions. but i want to know other version classes also. please post any body known these other version classes list....


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


What version of java was used in 1995?

what version of java was used in 1995 and what kind of database was used along with java from 1995 to 1998?


How can one check which version of Java is on his computer?

The easiest way to check which version of Java is running on a computer is to ask Java directly. The website Java Tester has conveniently provided an applet which finds and displays the Java version currently used by the computer.


What version of java does minecraft tekkit require?

java 6


What is java 7?

Java 7 is the most current version of Java. Many movies and games use Java.


What is the new version of java software development kit?

You can find a link to the latest Java SE version below.


How do you find out whether Java is installed on Linux?

Enter "java -version" into a terminal. If Java is installed, it will tell you the version number. If it is not installed, it will say "command not found."


How do you find the JVM version?

Just type in your command line this: java -version If you have the java installed in your machine the above command show you the version installed.