Answer Posted / debapriya patra
When we need to store primitive datatypes as objects, we use
wrapper classes.MEans in utility classes all the utility
classes stores Objects.So when we need to store a primitive
datatype.We make an object of theat primitive data and store it.
Thats why we use Wrapper classes in Java.
| Is This Answer Correct ? | 172 Yes | 21 No |
Post New Answer View All Answers
How to change the priority of thread or how to set the priority of thread?
Is java hard to learn?
What is stack example?
Does isempty check for null?
What do you mean by Hash Map and Hash Table?
What is static variable with example?
What does those terms actually mean included in the j.d.k i.6?
Explain about class in java?
Why string is not thread safe?
Which is better stringbuffer or stringbuilder?
Does A Class Inherit The Constructors Of Its Superclass?
When is the garbage collection used in Java?
Explain the importance of finalize() method.
What classes of exceptions may be caught by a catch clause in java programming?
How much ram can a 64 bit processor theoretically?