Computer Science, asked by Anonymous, 1 year ago

Describe the features of the Java programming language.​

Answers

Answered by navkomal
2

Java is an Object-Oriented programming language:

Java is an Object-Oriented programming language:Unlike C++ which is semi object-oriented, Java is a fully object-oriented programming language. It has all OOP features such as abstraction, encapsulation, inheritance and polymorphism.

Java is an Object-Oriented programming language:Unlike C++ which is semi object-oriented, Java is a fully object-oriented programming language. It has all OOP features such as abstraction, encapsulation, inheritance and polymorphism.

Answered by abhirock51
2

Answer:

Object Oriented. In Java, everything is an Object. ...

Platform Independent. Unlike many other programming languages including C and C++, when Java is compiled, it is not compiled into platform specific machine, rather into platform-independent byte code. ...

Simple. ...

Secure. ...

Architecture-neutral. ...

Portable. ...

Robust. ...

Multithreaded.

Similar questions