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
If you do not want your class to be inherited by any other class. What would you do?
Is java a virus?
What are three advantages of using functions?
What is the difference between the jdk 1.02 event model and the event-delegation model introduced with jdk 1.1?
What is final keyword?
Tell me the Importent classes in net package?
What is deserialization?
Why isn’t there operator overloading?
What does %4d mean in java?
What is the difference between class forname and new?
Explain the protected field modifier?
What is a Null object?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
Is upper case in java?
what is the final keyword denotes in java?