Day-1 - Introduction
Day-1 - Introduction
Content
Basic of Java
Feature of Java
OOP concept,
What is Java?
Where it is used?
History of Java.
What is Java ?
Desktop Application
Web Application
Enterprise application
Mobile
Smart Card
Games etc
Types of Java Application
Simple
Object-Oriented
Platform Independent
Secured
Robust
Architecture Neutral
Portable
Dynamic
High Performance
Multithread
Distributed
Features of Java
Encapsulation
Data and code bound together into one object.
Polymorphism
One interface to access a general set of action
Inheritance
An object acquire the property of another
object
Example