Java Introduction
“The journey of a thousand miles begins with a single step.”
- Lao Tzu
Outline
1. Java Introduction
2. Setup Environment
3. Your first app: Hello World
1. Java Introduction
1.1. Programming Language
● A programming language is a set of rules and syntax that allows programmers to write instructions
or code that can be executed by a computer
● Programming language → App → Solve problems
1.2. Java
● Java is a high level, object-oriented programming language.
● Java is created in 1995, owned by Oracle
1.3. Why Java?
● Java works on different platforms (Windows, Mac, Linux,
Raspberry Pi, etc.)
● It is one of the most popular programming language in
the world
● It has a huge, strong community
● It has a large demand in the current job market
(Google, Netflix, Amazon, Uber, …)
2. Environment Setup
2.1. Install IDE
● Install IntelliJ
○ Community Edition: Free
○ Ultimate Edition: Payment
3. Your First App
Homework
Thank you 🙏