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
What is hashset in java?
What is the destroy method?
how to handle exceptions in ejb?
How will you communicate between two applets?
How to display names of all components in a Container?
What is method overriding in java ?
Can a method be static?
Why java is call by value?
Why are global variables used?
What is method and methodology?
Does java have extension methods?
What are static blocks and static initalizers in java ?
Can a class be protected in java?
Give me some null interfaces in java?
What is anti pattern in java?