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
What is a line separator in java?
What is 32 bit float?
What does i ++ mean in Java?
What is an object class?
Is vector thread safe in java?
What is stringbuffer in java?
Distinguish between a predicate and a function?
What is a prefix function.write down a code to compute prefix function.
Why do we need singleton class?
How do you use substring in java?
What is bom encoding?
What is a singleton class in Java?
What is a static method in java?
What are advantages and disadvantages of OOPs?
Can a lock be acquired on a class in java programming?