Friday 21 June 2013

Java Features

* Java is a complete object oriented programming Language(Objet Oriented)

Object oriented programming concepts are:

->Class
->Object
->Inheritance
->Polymorphism
->Abstraction
->Encapsulation



* Java is a completely platform independent language,so once we develope the code we can run on any machine which has java jvm(Platform Independent)

* Java is easy language we can easily understand(Easy to learn)

* It's providing full security across net,There is no explicit pointers(Secutiry)

* We can develope large applications(High Performance)

* Java is a multi threaded language,Thread is like a seperate program executing concurently(Multi Threaded)

* We can carry the java bytecode to any platform easily(Portability)

* Java is a Robust,it means Strong,It follows strong dynamic memory management(Robust)

* Java is a both compiler and interpreted based language(Interpreted)