Computer Science, asked by 1980kriti, 7 months ago

the data type is included in ______ wrapper class​

Answers

Answered by Swezzer
2

A Wrapper class is a class whose object wraps or contains primitive data types. When we create an object to a wrapper class, it contains a field and in this field, we can store primitive data types. In other words, we can wrap a primitive value into a wrapper class object.

Answered by manasvireddy50
2

Answer:

string data type is included

Similar questions