JAVA
Lesson 5: Intellij and Debugging
JDK
- JDK: Java Development Kit
- JRE: Java Runtime Environment
- javac: A Java Compiler
How to build java
- Verify that you have java open a terminal window and type ***java -version
I’m studying a “Java Programming Basics” @Udacity.