Features of Java
As per as software industry is consent following are the important features about java language
1.Simple
2.Platform Independent
3.Architecture Neutral
4.Portable
5.Multi Thread
6.Dynamic
7.Distributed
8.Robust
9.High Performance
10.Secure
11.Object Oriented
Simple:Java is very simple because of following reasons
Every java program can be written using simple English so that it is very easy to develop and understand, because of this reason java become very simple.
Java supports huge library, library is collection of predefined properties can be used to reduce the length of the program and burden of the developer can be reduced.
Platform Independent:A language said to be platform independent that program is executed in any Irrespective of its development and compilation.
Example: java
A language set to be platform dependent whenever that program is executed in the same OS where it was developed & compiled but in other OS.
Comments
Post a Comment