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.
|
|
|
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