Answer Posted / ranganathkini
All of Java's primitive data types have an associated
Wrapper class. These wrapper classes provide useful
functions such as conversion or comparisons most of which
are used by Java implicitly.
Also a wrapper serves as a container for primitive values in
conditions where a reference type is expected.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Why is stringbuffer not immutable?
What is the unit of plancks constant?
How to Sort Strings which are given in List and display in ascending order without using java api.
Does list maintain insertion order java?
What is the basic concept of java?
What is regex java?
Why local variables are stored in stack?
How is a structure different from array ?
What is the epoch date?
Why is core java important?
Can we sort set in java?
How do you do descending order in java?
Which sorting algorithm is best in java?
Does apple use java?
How does enum work in java?