Question:What is Wrapper class. Is String a Wrapper Class?
Answer
Wrapper classes are used to "wrap" the primitives
data types into objects so that they can be
included in the activities which are reseved for
the objects.
Yes! String class is a wrapper class, it wraps
the string literals to an object.