The various Features Of JAVA are as follow :
1. Simple
- Easy to use and learn for professional programmer.
- As it inherits the c/c++ syntax and many of the object oriented
features of c++ , most programmers have little problem in learning java.
- Does not has any surprising features as there are small number
of clearly defined ways to accomplish a given task .
2. Object Oriented
- It is not source code driven .
- It has a clean , usable and pragmatic approach to objects.
- The object model in it is easy to extend and simple , while
simple types , such as integers , are kept as high - performance
non objects.
3. Robust
- Java is robust as it restricts you in a few key areas , to force you to find your mistakes early in program development.
- It frees you from having to worry about many of the most
common causes of programming errors as it is strictly typed
language.
- It checks the code at compile time and also at run time.
4. Platform Independent
- Java is platform independent because of jvm.
- To implement java program on any system , only JVM needs to be implemented
5. Multi Threaded
- It helps in creating interactive , networked programs .
- It supports multithreaded programming which allows you to
write programs that do many things simultaneously.
- Java has easy to use approach for multi threading that allows you to think about the specific behaviou of your program.
6. Secure
- Java achieves the protection by confining a java program to the java execution environment and not allowing it access other parts of computer .
- The java's program is also interpreted which makes it secure.
7. Portable
- java's program can be easily downloaded across various programs connected to the internet .
By: Knowledge Bits
No comments:
Post a Comment