Multiple choice

Which of the following languages is platform independent?

  1. C

  2. Fortran

  3. BASIC

  4. JAVA

  5. COBOL

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Java is a general-purpose, concurrent, class-based, object-oriented computer programming language that is specifically designed to have as few implementation dependencies as possible. It is intended to let application developers write once, run anywhere (WORA), meaning that code that runs on one platform does not need to be recompiled to run on another.