Question 12 (5 points) A reference variable holds which of the following? A memory address. An object. A compile-time stack allocated structure. O An inheritance hierarchy.
Question 13 (5 points) Which of the following is not a relational operator? < != &&
Question 14 (5 points) Which of the following is not a logic (logical) operator? && ! || !=
Question 16 (5 points) When a primitive variable is automatically enclosed in an object (reference type), this is called O immediate enclosure auto-encapsulating auto-boxing auto-signing
Question 17 (5 points) Which of the following methods is inherited by all classes in Java from Object (either directly or indirectly)? hasNext() println() parseInt() toString()
Question 12 (5 points) A reference variable holds which of the following? A memory address. An object. A compile-time st
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am