Multiple choice

Are Java objects pointer?

  1. Yes

  2. No

  3. Both (1) and (2)

  4. None of these

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

Java objects are references to memory locations, not pointers in the C/C++ sense. Java does not allow direct pointer arithmetic.