answersLogoWhite

0

Java has many more than 3 characteristics, which can be labelled "advantages"; of course, most of the following are shared by several other languages.

  • Java is object oriented (I wouldn't want to program on any language that doesn't!)
  • Java runs on multiple platforms (Windows, Linux, etc. - some languages work only for Windows, for example).
  • Java has native support for Unicode - this is the standard for strings. (This makes it easy to use Java with different languages, including languages that don't use the Latin alphabet.)
  • Java has built-in support for multithreading. This makes it possible to run several things at once.
  • The designers of Java have put a lot of effort into detecting many error situations during compilation. That will increase the quality (stability) of the finished product.
  • Java is free.
  • There is a huge collection of components already written in Java, for different aspects. This means that in many cases, you don't have to design everything from scratch.
User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Explain three advantages of visual programming languages?

make programming language to be simple It reduce time for software development.


What is a programming language and with three example?

A programming language is a language in which a human can tell a machine to do something, three examples include: C, C++ and C#.


What is the best programming language to use for DVD cataloguing out of Pascal Fortran and LISP?

Pascal. Of the three, it is better suited to database programming.


What are the three c plus plus programming language components?

The editor, compiler and linker.


Why is c structured programming language?

Because it supports the three basic programmic structure: sequence, selection, iteration.


What are the parts of java programming language?

There are three Parts of Java. 1) J2SE 2) J2EE 3) J2ME


All object-oriented programming languages must have the 3 following features?

Abstraction, encapsulation and polymorphismare the three fundamental features of an object oriented programming language.


What are the three general methods in implementing a programming language?

1- Compilation 2- Pure Interpretation 3- Hybrid Implementation System


What are three different ways to state an algorithm?

An algorithm can be expressed in three different ways: as a flowchart, which visually represents the steps and decisions involved; in pseudocode, which uses a structured but informal language to describe the logic without strict syntax; and as a program in a specific programming language, where the algorithm is implemented using code that can be executed by a computer. Each method serves different purposes, such as clarity, simplicity, or precision in execution.


How we can solve the equation for two or three unknown in C programming language?

Just as you would do it manually, I mean there is no predefined 'solve_equation' function in C.


Which of the following is not a computer programming language BCPL Algol Q92 Forth?

(A) Basic (b) Turing (c) Java Of these three choices, (B) Turing is not a programming language. Turing was a mathematician that defined the rules for a "complete" computer/programming language/etc. His contributions to computer programming included the definition for a "complete" language (one that could possibly simulate any real-world condition/environment/etc, irrespective of being able to run in real-time, just being able to calculate the state thereof), and defining two "comparable" machines, such that one machine can simulate another machine, and the second machine can also simulate the first. BASIC and Java are both programming languages.


What three concepts are the basis for object-oriented programming?

Classes, objects and methods are the three concepts for OOP programming.