Answer:
The correct option to the following question is a.).
Step-by-step explanation:
Because the primitive types does not have the methods.
Wrapper class object contains or wraps the primitive data type.
When we creates the object to wrapper class then, it contain the field and in those fields, we store the primitive data type.
In wrapper class, the object needs to support the synchronization in the multithreading.
Classes which are in java.util packages handle only an objects and hence, the wrapper class help in that case also.