Multiple choice

Which of the following features present in C/C++ is not supported by Java?

  1. Inheritance

  2. Function overloading

  3. Pointer

  4. Arrays

  5. None of the above

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

Pointers are not used in Java, so that invalid memory access is denied.