CH-1] Introduction to JAVA
A] History of JAVA
- It was developed by Sun Microsystems, Inc. in 1991.
- In 1991, a small group of Sun engineers called the "Green Team" developed java. Led by James Gosling, the team worked around the clock and created the programming language that revolutionizes our world .
- In 1995, the Netscape Navigator internet browser incorporate java technology
- Presently java is everywhere [:)]
B] Introduction
- Java is an Object-oriented programming language.
- It has also become widely used programming language for the internet
- Java language is used to develop following types of Applications:
a] Standalone Applications:It includes programs that run on your computer.They generally run on console.
b] Applets:An applet is a java program which is designed to travel over the internet and to be executed on the client machine by a java-compatible web browser like internet explorer or Netscape
c] Web Applications:These applications run on the web server(Example:Java Servlets,JSP)
d] Distributed Applications:Java applications can be divided into number of modules/components which can run on different machines
Important features of JAVA are:
- Simple and familiar
- Secure
- Platform independent and portable
- Object-Oriented
- Memory Management and garbage collection
- Multi-threaded
- Robust
- Distributed
- Dynamic
No comments:
Post a Comment