Solved

When an Object Is Concatenated with a String

Question 25

Multiple Choice

When an object is concatenated with a String:


A) a compilation error occurs.
B) a runtime error occurs.
C) the object's toString method is implicitly called to obtain the String representation of the object.
D) the object's class name is used.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions