KnowledgeBoat Logo
|

Computer Applications

The Wrapper class objects' value is comparable to primitive type values. True/false ?

Java Library Classes

6 Likes

Answer

True

Reason — With Autoboxing/unboxing feature, we can use the wrapper class object in the same way as we use a primitive type data. Thus, the Wrapper class objects' value is comparable to primitive type values.

Answered By

4 Likes


Related Questions