answersLogoWhite

0


Best Answer

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

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Describe three advantages of Java programming language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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.


What are the parts of java programming language?

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


Why is c structured programming language?

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


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


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 are some advantages of having a written language?

The main three advantages for having a written language would have to be: -able to carry on traditions to different generations -after the elders die out, the stories stay the same -once the civilization has died out other people can learn about that culture.ok


State three reasons that visual basic is the most widely used programming language in the world?

Visual Basic is not the most widely used programming language in the world. Aside from anything else, it only works on Windows. Java is the most widely used programming language in the world, closely followed by C++. And there are plenty more languages that are far more widely used than Visual Basic, including C, Python, Ruby and Perl, to name but a few. Even C#, which is also a Windows-only programming language, is more popular than Visual Basic.