Chapter 1
Introduction to Java
Java language was developed by James Gosling at Sun Micro system, Inc. in 1991. Today it is product of Oracle.
We can develop software in Java language for
⦁ Mobiles
⦁ Client Machines
⦁ Server Machines
⦁ Cloud
⦁ Embedded Devices
⦁ Smart Phones
⦁ and many more.............
The Three main flavors of Java
1. Java Standard Edition / Core Java
2. Java Embedded Edition / Advanced Java
3. Java Micro Edition (for mobiles)
Features of Java
⦁ It is Simple & Object Oriented language.
⦁ Distributed : Program of Java can be execute on several platforms.
⦁ Portable : Program made for a specific OS can be move to another OS.
⦁ It is an Interpreted language.
⦁ It is robust and secure.
⦁ It contains facility of Multi-Threading and Garbage Collector.
- It is a case sensitive language.
- In Java language every function must be a member function of any class.
x
Comments
Post a Comment