Want to know how to check the Java version installed on your Windows PC? Follow these simple steps to verify it using the Command Prompt (CMD):
1. Open Command Prompt:
Win + R
, type cmd
, and hit Enter
.
2. Enter the Command:
java -version
and press Enter
.
3. Check the Output:
java version "1.8.0_271"
.
Jorge García
Fullstack developer