FEATURES OF JAVA
- Simple
It is simple because of the following factors:
- free from pointer.
- It have Rich set of API (application protocol interface).
- Introduction of Garbage Collector.
- It contains user friendly syntax for developing any applications.
It is simple because of the following factors:
2.Platform Independent
A program or technology is said to be platform independent if and only if which can run on all available operating systems with respect to its development and compilation. Here platform represents O.S
3. Architectural Neutral
Architecture represents processor.
A Language is said to be Architectural neutral which can run on any available processors in the real world without considering there architecture and vendor (providers) irrespect to its development and compilation.
4. Portable
If any language supports platform independent and architectural neutral feature known as portable.
Platform independent+architecture neutral=portable
5. Multi threaded
When any Language execute multiple thread at a time that language is known as multithreaded Language.
6. Distributed
In distributed application multiple client system are depends on multiple server systems so that even problem occurred in one server will never be reflected on any client system.
Best eg: internet applications
Best eg: internet applications
No comments:
Post a Comment