0% found this document useful (0 votes)
30 views11 pages

Java Introduction

The document provides an introduction to Java, highlighting it as a high-level, object-oriented programming language created in 1995 and owned by Oracle. It emphasizes Java's cross-platform capabilities, popularity, strong community support, and job market demand. Additionally, it includes instructions for setting up an Integrated Development Environment (IDE) and hints at creating a first application with Java.

Uploaded by

Hua Hieu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views11 pages

Java Introduction

The document provides an introduction to Java, highlighting it as a high-level, object-oriented programming language created in 1995 and owned by Oracle. It emphasizes Java's cross-platform capabilities, popularity, strong community support, and job market demand. Additionally, it includes instructions for setting up an Integrated Development Environment (IDE) and hints at creating a first application with Java.

Uploaded by

Hua Hieu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd

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 🙏

You might also like