Multiple Choice
Which of the following is NOT an initial value assigned to an object's data field by a default constructor?
A) numeric fields set to 0
B) Boolean fields set to true
C) character fields set to Unicode '\u0000'
D) a field of object references set to null
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q46: A(n) _ constructor is one that requires
Q47: Methods used with object instantiations are called
Q48: Any class can contain an unlimited number
Q49: An application's main() method must have a
Q50: Match each term with the correct statement
Q52: Normally, you declare constructors to be _so
Q53: public class Employee <br>{ <br> private int
Q54: What are the four components of a
Q55: Methods that retrieve values are called _
Q56: The name of the _ is always