Computer Science, asked by vishnumahendrakar37, 9 months ago

what are the features of java​

Answers

Answered by simplegirl16
2
Features of Java :-

1) Simple.
2) Object Oriented.
3) Robust.
4) Platform Independent.
5) Secure.
6) Multi Threading.
7) Architectural Neutral.
8) Portable.
Answered by IamGullyboy
1

Answer:

Explanation:

Answer:

Explanation:

1.Java is easy to learn and its syntax is quite simple, clean and easy to understand

2.In java everything is Object which has some data and behaviour. Java can be easily extended as it is based on Object Model.

3.Java makes an effort to eliminate error prone codes by emphasizing mainly on compile time error checking and runtime checking.

4.Java is guaranteed to be write-once, run-anywhere language.

5.When it comes to security, Java is always the first choice. With java secure features it enable us to develop virus free, temper free system.

6.Java multithreading feature makes it possible to write program that can do many tasks simultaneously.

7.Compiler generates bytecodes, which have nothing to do with a particular computer architecture, hence a Java program is easy to intrepret on any machine.

8.Java Byte code can be carried to any platform. No implementation dependent features. Everything related to storage is predefined, example: size of primitive data types

9.Java is an interpreted language, so it will never be as fast as a compiled language like C or C++. But, Java enables high performance with the use of just-in-time compiler.

Similar questions