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 your platform?s default character encoding and how to know this?
Does java support multiple inheritances?
What is the numeric promotion?
Can we execute a program without main() method?
How to use arraylist in java netbeans?
What is the final keyword denotes?
What is java util collection?
What is the new line character?
What is backdrop?
How many threads can I run java?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
What is a module function?
What is null data type?
What is flag in python?
How many characters is 2 bytes?