Chapter 1: Introduction and Setup
Learning Objectives
Upon completing all the content in this chapter, you should be able to do the following:
- Set up a Java development environment and execute Java programs.
- Write a “Hello, World!” program in Java.
- Connect an IntelliJ project to GitHub.
Key Terminology
Here is a list of the terms you should make note of as you read through this chapter. The list is broken down based on the page the word first appears on.
Setup for Java
- Java Development Kit
- JDK
- javac
- Java Virtual Machine
- Bytecode
IntelliJ
- Integrated Development Environment
- IDE
Your First Java Project
- File tree
Java Web Dev Projects
- Token