Answer Posted / rajat dubey
Wrapper classes allow
primitive data types to
be accessed as
objects.They are one
per primitive
type:Boolean,Byte,Character,Double,Float,Integer,Long
and Short.Wrapper
classes make the
primitive type data to
act as objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you identify independent and dependent variables?
What is slash r?
What happens if we don’t override run method ?
What classes of exceptions may be thrown by a throw statement?
Explain about the dynamic behavior of core java?
What is the purpose of assert keyword used in jdk1.4.x?
What is namespace in java?
What is the difference between I ++ and ++ I in java?
Why is whitespace important?
what is mutual exclusion? : Java thread
Can we create our own wrapper class in java?
What is method with example?
give an example for encapsulation?
What is r * in math?
What is thread safe singleton?