Java / Using String
Is string a wrapper class in Java?
No, String is a class, but not a wrapper class. Wrapper classes like Integer exists for each primitive type and they can be used to convert a primitive data value into an object or vice-versa.
More Related questions...