0% found this document useful (0 votes)
5 views

CSE380_JavaProgram

Java is a high-level, object-oriented programming language developed by James Gosling in 1991, originally named OAK. It has three main editions: Java Standard Edition (JSE), Java Enterprise Edition (JEE), and Java Micro Edition (JME), each serving different application needs. The Java platform facilitates the development and execution of Java programs, which are built through coding, compilation, and execution stages.

Uploaded by

Eswar Adithya
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

CSE380_JavaProgram

Java is a high-level, object-oriented programming language developed by James Gosling in 1991, originally named OAK. It has three main editions: Java Standard Edition (JSE), Java Enterprise Edition (JEE), and Java Micro Edition (JME), each serving different application needs. The Java platform facilitates the development and execution of Java programs, which are built through coding, compilation, and execution stages.

Uploaded by

Eswar Adithya
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 12

Programming in JAVA(CSE380)

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

You might also like