Multiple choice

Java is called a clean language because

  1. it does not have structures

  2. it does not have pointers

  3. it has clean code

  4. it is object oriented

  5. it is a simple language

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

Absence of pointers makes a language clean.