Saturday, 8 February 2014

Features of Java

Features of Java

       There is give many feature :
                           1.Simple
                           2. Object Oriented
                           3.Platform Independent
                           4.Secured
                           5.Robust
                          6.Portable
                          7.Dynamic
                          8.Interpreted
                          9.High performance
                        10.Multithreading
                        11.Distributed

Object Oriented

  • Object-oriented means we organize our software as a combination of different types of objects that incorporates both data and behaviour.
  • Object-oriented programming(OOPs) is a methodology that simplify software development and maintenance by providing some rules.
  • Basic concepts of OOPs are:
  1. Object
  2. Class
  3. Inheritance
  4. Polymorphism
  5. Abstraction
  6. Encapsulation
Platform Independent
       There are 2 types of platforms software-based platform and hardware-based platform 
       It has two components:
                              1.Run time Environment
                              2.API (Application Programming Interface)
       Java code can run any platform e.g Windows, Linux,Sun solaris,Mac etc..
  • Java code compile by compiler and convert into byte code. 
  • This byte code can run any platform it is platform independent.Write Once Run Any Where(WORA).






































































































































































































































No comments:

Post a Comment