Wrapper Classes in Java
The wrapper class in Java provides the mechanism to convert primitive into object and object into primitive. Since J2SE 5.0, autoboxing and unboxing feature convert primitives into objects and objects into primitives automatically.
Sign in to join the conversation.
Sign in with Google
Comments