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
Explain about main() method in java ?
What is the difference between C++ and Java and your preferences?
What is nan in java?
how to open and edit XML file in Weblogic???
What do you mean by a JVM?
Why is java called java?
What is keyset in java?
How will you calculate the depth of a binary tree if the tree contains 15 nodes?
What is meant by object?
What are the two main uses of volatile in Java?
What is the purpose of garbage collection in java, and when is it used?
What are examples of modifiers?
How is final different from finally and finalize?
Can we create an object of static class in java?
What is ellipsis in java?