Java and their feature
What is JAVA ?
Java was started as a project called "Oak" by James Gosling in June 1991. Gosling's goals were to implement a virtual machine and a language that had a familiar C-like notation but with greater uniformity and simplicity than C/C++. The first public implementation was Java 1.0 in 1995.
1.Simple : Java is simple because it does not support operator overloading.
2.Object Oriented : Java is object oriented programming language i.e deal with objects.
3.High Performance:Java is high performance due to presence of just-in-compiler.
4.Secure:It is highly secure language due to of absence of pointer in it.
5.Architecture-Neutral:Java is architecture-neutral because it does not depends on architecture or machine.
6.Distributed: It is distributed in nature.
7. Multi-threaded: It provide muli-threading feature for executing multiple thread at once and save memory.
8.Dynamic: It is dynamic in nature.
9.Robust:It is stronger then other programming languages in term of security and extra features.
10.Portable:It is portable since it is once compiled can run on anywhere or any machine.

Comments
Post a Comment