InterviewSolution
Saved Bookmarks
| 1. |
Write the name of common method in wrapper class |
| Answer» TION: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. | |