Home Feedback Other Books Previous Day Next Day
Certification answer: Answer (a) is correct. When you use the new statement to instantiate an object, it will be created as an object of that class. Because Object is a superclass of String (and all other classes), it can be used whenever you're creating an object.
Answers (b), (c), and (d) are incorrect