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 must a class do to implement an interface in java programming?
What do you understand by final value?
Explain wrapper classes in java?
Can a variable be local and static at the same time?
What are the 3 types of control structures?
What is the latest version of java?
how to one war file class to another war file class?
Can constructor be static or final?
Explain the difference between private, public, package and protected in java?
Which object oriented concept is achieved by using overloading and overriding?
Differentiate between stringbuffer and stringbuilder in java.
What is computer compiler?
What is scope & storage allocation of global and extern variables? Explain with an example
What do you mean by stack?
What is data structure in java?