Computer Science, asked by manjulamagoo, 4 months ago

Describe the features of the Java programing language in short​

Answers

Answered by jeffrinesujan2020
3

Answer:

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. This byte code is distributed over the web and interpreted by the Virtual Machine (JVM) on whichever platform it is being run on.

Answered by monikagusain520
1

Answer:

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.

Explanation:

if you found my answer helpful then follow me and mark as brainliest

Similar questions