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
What do you understand by an io stream?
What is return used for in java?
whatis Home interface and Remoteinterface? with example?
What are the different types of methodologies?
What is hash code collision?
What are the three best choices for a development environment?
Mention some interfaces implemented by linked list in java.
What is a parameter in a function?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
What is your platform’s default character encoding?
What are Normalization Rules? Define Normalization?
Why does java not allow multiple public classes in a java file ?
Is java util list serializable?
What is an empty list in java?