InterviewSolution
Saved Bookmarks
| 1. |
Different between primitive value and wrapper class |
|
Answer» er class is used to create an object; THEREFORE, it has a CORRESPONDING class. A PRIMITIVE type is not an object so it does not BELONG to a class. The wrapper class objects allow NULL values. A primitive data type does not allow null values. |
|