Answer Posted / irshad ahmad
Wrapper classes are classes that are used to make primitive
data types into objects, and to make wrapped objects into
primitives because
As we know that vector in java can hold only object; but
can't directly store primitive data types, like int,float,
char, long, double. therefore we need to convert simple data
type to object. This can we done using wrapper classes.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
What is use of map in java?
which is advanced deep technology in java launched by the sun microsystem??? The answer is very logical If u need correct answer mail me at priya_gupta@gmail.com
What is the difference between overriding and overloading in OOPS.
What is constructor in java ?
What is tree node in java?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
Can we override constructors?
What is difference between wait and notify in java?
What is continuity of a function?
Which is better ascii or unicode?
How we can run a jar file through command prompt in java?
How do I get 64 bit java?
How does list work in java?
Can you instantiate the math class in Java?
Can I use % with real numbers?