The String Object
String, is a container type for 16-bit Unicode chars.
Declaration : String str;
Creation : str = new String(“hi”);
Usage : String’s methods, operator overloading, String-number conversions.
Previous slide
Next slide
Back to first slide
View graphic version