the data type is included in ______ wrapper class
Answers
Answered by
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
2
Answer:
string data type is included
Similar questions