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
Differentiate between class and structure.
What are void pointers?
What is the maximum size of arraylist in java?
What is primitive array?
What are multiple inheritances?
Is static variable stored in heap?
What is internal variable?
What are the restriction imposed on a static method or a static block of code?
Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification
What is the use of toarray () in java?
Is string is a keyword in java?
What are "methods" and "fields"?
What are the six ways to use this keyword?
What is thread life cycle?
Is void a wrapper class?