Computer Science, asked by emasthampy1850, 1 year ago

EXPLAIN BRIEFLY ABOUT JAVA AND IT'S USES.

Answers

Answered by BeautyNo1
2
Java is a high-level programming language developed by Sun Microsystems. The Java syntax is similar to C++, but is strictly an object-oriented programming language. For example, most Java programs contain classes, which are used to define objects, and methods, which are assigned to individual classes.

Java is used, you are not too far away. Open your Android phone and any app, they are actually written in Java programming language, with Google's Android API, which is similar to JDK. Couple of years back Android has provided much needed boost and today many Java programmer are Android App developer. By the way android uses different JVM and different packaging, , but code is still written in Java.

(Hope it helps)
Answered by Anonymous
3

Answer:

It was designed to have the “look and feel” of the C++ programming language, but it is simpler to use than C++ and enforces an object-oriented programming model. ' 'Java can be used to create complete applications that may run on a single computer or be distributed among servers and clients in a network.

Explanation:

.

Similar questions