CSE380_JavaProgram
CSE380_JavaProgram
What is JAVA?
Java is a high level general purpose object oriented and secure
programming language.
Developed by James Gosling at Sun microsystems Inc. in 1991.
It is formly known as OAK. in 1995 Sun microsystem changed the
name to JAVA.
Editions of JAVA
Java Standard Editions(JSE):
portable code for desktop and server environments.
Java Enterprise Edition(JEE):
enterprise Dynamics 365 (resource planning (ERP) system),
WordPress (content management system), BambooHR (Human
resources management system),
Java Micro Edition(JME):
a basic "Hello World" application displayed on a mobile phone
screen
Types of Java applications
1. Standalone applications
2. Enterprise applications
3. Web applications
4. Mobile applications
Java Platform
Java platform is a collection of programs. It helps to develop and
run a program written in the Java programming language.
Stages of Java
There are 3 stages to developing a java program:
What’s coding
What’s compilation
What’s execution
Java phases
Principles of Java
Simple
Robust
Portable
Platform independent
Secured
High performance
Multithreaded
Elements of Java
Object Oriented Programming System
Object oriented programming is a way of solving a complex problem. It is
easier to develop a program by using an object.
Class
Object
Abstraction
Inheritance
Encapsulation
Polymorphism
Questions