what is wrapper class and its uses?
Answers were Sorted based on User's Feedback
Answer / vijayakumar chinnasamy
A class enclosed or Wrapped the primitive data type is
called wrapper class.
Number class is the super class for Wrapper class. subclass
of Number classes are Byte,Short,Intger,Long,Float,Double,
Character
primitive values Wrapper class
byte Byte
short Short
int Integer
long Long
float Float
char Character
Mostly the wrapper classes are used to pass the date thru
networks/serializable.
| Is This Answer Correct ? | 3 Yes | 2 No |
java Api provided try catch finally ,try catch(its ok) but why try finally and exception occured at try then how the flow is?
What is a qms manual?
Explain Basics of OOP Language in java
In treeset we add same object ...what will be the out put
How are observer and observable used in java programming?
What is the transient keyword?
What is the difference between normal report & matrix report?
what is session facade ?
Explain the difference between private, public, package and protected in java?
Can you make an instance of an abstract class?
What is the difference between add() and addElement() method in Vector Class ?
What is ascii code?