java how to see version linux code example
Example 1: check java version linux
//1.6 and higher versions
java -version
Example 2: linux command to see all the java version installed
sudo update-alternatives --config java
//1.6 and higher versions
java -version
sudo update-alternatives --config java