C01.1Intro To Java
C01.1Intro To Java
C01.1Intro To Java
ITPF 01
What is OOP?
ITPF 01
What is Java?
ITPF 01
Characteristics of Java
• Java is simple
• Java is object-oriented
• Java is distributed
• Java is interpreted
• Java is robust
• Java is secure
• Java is architecture-neutral
• Java is portable
• Java’s performance
• Java is multithreaded
• Java is dynamic
ITPF 01
What is Class and Object?
Example:
CLASS OBJECTS
Fruit Banana
Apple
Mango
Feline Cat
Leopard
Jaguar
Tiger
ITPF 01
Is Java free to download?
ITPF 01
What is/are the requirements(s) of Java Programming?
Download JDK at
https://www.oracle.com/java/technologies/downloads/#jd
k18-windows
ITPF 01
What is/are the requirements(s) of Java Programming?
ITPF 01
What is/are the requirements(s) of Java Programming?
Download JDK at
https://www.oracle.com/java/technologies/downloads/#jd
k18-windows
ITPF 01
Java JDK Installation in your machine
Download Appropriate Java Installer for your machine (32bit or
64bit)
https://www.oracle.com/java/technologies/downloads/#jdk17-windows
3
4
5
1
6
2
7
8
10 11
ITPF01: Object- Oriented Programming 1
Configure Java ClassPath Environment for Windows
1
5
2
6 7
8 Restart PC/Laptop
https://notepad-plus-plus.org/downloads/v8.1.9.3/
ITPF 01