After install JDK on Windows, we need to configure the JAVA_HOME and PATH environment variables so that the operating system can find the JDK command-line tools …
Tag: jdk
Quick Tip: The Differences Between JRE and JDK
JRE and JDK are two very common terms that we will always see in Java. To understand the differences between JRE and JDK is important for Java beginner …
How to Check Your Java Version on Windows
If you want to know what is the Java version that you have installed on your Windows operating system, here are several methods you can use to check it …