Java
Programming and Technical
Programming
Definition
what is meant wrapper classes?
Read Solution (Total 3)
-
- All the wrapper classes (Integer, Long, Byte, Double, Float, Short) are subclasses of the abstract class Number. The object of the wrapper class contains or wraps its respective primitive data type. converting primitive data types into object is called boxing, and this is taken care by the compiler.
- 9 years agoHelpfull: Yes(1) No(0)
- Wrapper classes contains the references like Integer, Float, Double
- 9 years agoHelpfull: Yes(0) No(0)
- wrapper class means it is use to convert object to type and type to object...
- 9 years agoHelpfull: Yes(0) No(0)
Java Other Question