Java Programming Important Topics

SANJAYMANVATKAR1 136 views 20 slides Apr 11, 2020
Slide 1
Slide 1 of 20
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20

About This Presentation

Java programming is platform independent Programming Language , important data types , keywords,, statements,loops concepts are beneficial for all students.


Slide Content

STEP BY STEP JAVA PROGRAMMING BY:- PROF.SANJAY MANVATKAR

Why did java become famous?

Why did java become famous? Platform Independent

What is Platform Independent? C/C++ Windows OS C/C++ Linux OS

What is Platform Independent? Java Java Virtual Machine for Windows Java JVM for Linux OS Windows OS Linux OS

Chapter 1 Installation and Setup Java Development Kit (JDK) Eclipse IDE ( Integrated Development Environment )

Chapter 2 Basic Syntax and Statements If, if-else, switch-case For, while, do-while, for-each arrays String manipulation, wrapper classes d ata types and operators

Exercise & Review -I

Chapter 3 Class and Object Class, Object data and methods Method signature this keyword constructors

Chapter 4 Object Oriented Programming What makes a language OOP? encapsulation and data hiding getter and setter Polymorphism Overloading

Chapter 5 Sample Project

Exercise & Review -II

Chapter 6 Inheritance Inheritance abstract classes Interfaces s uper keyword Overriding

Chapter 7 Collections List, Array list HashMap generics

Exercise & Review -III

Chapter 8 Exceptions try-catch-finally throw and throws

Chapter 9 final, static final keyword static keyword variable arguments

Final Review - I V

Chapter 1 Installation and Setup Java Development Kit (JDK) Eclipse IDE ( Integrated Development Environment)

Exercise & Review -III