Wednesday 10 February 2016

Features of Java

Features of Java

Hello friends; Here we learn about some basic Features of Java, the main features of java are; it is a more secure and platform-independent programming language.

features of java

Simple

Java is derived from C++ so it is very simple and easy to learn.

Platform Independent

It is platform independent programming language, JVM make java platform independent.

Architectural Neutral

Here architectures means processor, java code run on any processor.

Portable

You can copy java code and run on another system. It easily runs.

Multi-Threading

It supports to run multiple codes at a time.

Distributed

With the help of this language, you can create a distributed applications like ATM.

Secured

It is a more secure programming language; When we compile java code it converts into byte code which is not readable.

High Performance

Compare to another programming language it has very high performance.

Interpreted

It has both compiler and interpreter

Object-Oriented

The most important feature of java language is; It is an object-oriented programming language.

No comments:

Post a Comment