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
Is a class subclass of itself?
What are keyboard events?
What does super keyword do?
Can we force the garbage collection to run?
What is java used for?
What is lazy programming?
What is memory leak and how does java handle it?
What are disadvantages of java?
Why constructor has no return type?
How do you create a first line indent?
Is string a wrapper class?
What is the tradeoff between using an unordered array versus an ordered array?
What exactly is java?
Does java support multiple inheritance or not?
What are alternatives to java serialization?