Can we call String as a wrapper class?

Viewed 26636

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. String class wraps the string literals to an object.

In this scenario can we call String as a wrapper class ?

6 Answers
Related