<<< Character class methods | Index | Class String >>> |
Literal string, e.g. "hello"
Sequence of characters enclosed within double quotation marks
Unnamed object, or anonymous object of String class
String variable, e.g. String hello = "hello";
Named object of String class
<<< Character class methods | Index | Class String >>> |