InterviewSolution
Saved Bookmarks
| 1. |
Explain What Are Wrapper Classes? |
|
Answer» Wrapper classes are USED to encapsulate values of PRIMITIVE types in objects, so that they can be PASSED AROUND in the same manner. Wrapper classes are used to encapsulate values of primitive types in objects, so that they can be passed around in the same manner. |
|