Multiple choice

Which of the following properties of Java language is used to eliminate the error prone conditions?

  1. Robust

  2. Interpreted

  3. High Performance

  4. Dynamic

  5. None of the above

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

This property in java ensures the compile time checking and runtime checking to reduce the chance of any error.