Tuesday 8 April 2014

Features Of Java

Features Of Java Language

1. Simplicity
2. Object Oriented
3. Portability
4. Architecture Neutral(System Independent)
5. Multithreaded
6. Secure
7. High Performance
8. Dynamic
9. Distributed
10. Robust

1. Simplicity

The features that are present in C and C++ are almost present in java language also.

i.e. the format that is going to be used in C language and C++ is similar to the format that is going to be sed in Java language also.

2. Object Oriented

Since the Java Language supports all the four object oriented programming concepts, it is called as object oriented programming language.

3. Portability

The result produced in one processor will be exactly seen in all the other processors also.

4. Architecture Neutral (System Independent)

Java Language application can be run in any type of processor and in any type of Operating System.

5. Multithreaded

Executing the sub processors present for a single main processor is called as multithreading.

i.e. Dividing a single application into different sub tasks and executing those sub tasks simultaneously is called as multithreading. By using the concept of multithreading CPU time will not be used.

6. Secure

Java Language provides 100 percent of the security for the data by using the access specifiers.

7. High Performance

Whenever a Java file is compiled a class file will be created which is similar to (Consist of) byte code. This byte code is similar to the machine code. Due to this advantage interpreter will take a less time to convert byte code instructions to native code instructions when compared with most of the other languages.

8. Dynamic

To produce the dynamic web pages java language can be used with the help of AWT and SWINGS.

9. Distributed

The data can be distributed or scattered among different locations by using the applications written in Java language.

10. Robust

Handling the exceptions without effecting the sub sequence statements or subsequent methods is called as Robust.


No comments:

Post a Comment