Lecture On Computer Programming 4: JAVA Programming Alex P. Pasion, MS Instructor
Lecture On Computer Programming 4: JAVA Programming Alex P. Pasion, MS Instructor
Computer Programming 4
JAVA programming
Alex P. Pasion, MS
Instructor
TOPICS:
History of JAVA
Features of JAVA
What is OOP (Object-Oriented
Programming)
History of JAVA
Java was invented in year: 1991
By: James Gosling and his team
GUI application
Applets
What is OOP?
JAVA isObject-Oriented Programming
language, abbreviated as OOP.
-An Object is a program that has data (that is,
Information) associated with it and can perform
certain actions.
-The actions performed by the object is called
methods (functions or procedure)
-a class is a type or kind of object.
Features of JAVA
Runs on wide variety of hardware platform
Can be loaded dynamically via a network