Multiple choice Are Java objects pointer? Yes No Both (1) and (2) 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.