How to check java version in cmd windows 10?

1 answer(s)
[]

It is simple. First, you need to open the Command Prompt. Go to your Windows search bar, type "cmd", and press Enter.

A black window will open. In this window, just type this command: java -version and then hit the Enter key.

This will show you what version of Java is installed on your computer. It should give you the version number directly. It is a very easy way to check.