Multiple choice technology

Java claims to be three of the following. Please select the false claim.

  1. Java is an object-oriented language.

  2. Java is a language that is network-aware.

  3. Java is a language which gives you great freedom in how you write your program.

  4. Java is a portable language.

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

Java enforces strict rules (strong typing, no pointers, garbage collection, OOP structure) that constrain how you write code - less freedom than C/C++ but safer and more maintainable.