Java programming is platform independent Programming Language , important data types , keywords,, statements,loops concepts are beneficial for all students.
Size: 179.17 KB
Language: en
Added: Apr 11, 2020
Slides: 20 pages
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