<<< String limitations | Index | StringBuffer class >>> |
Alternative to String class
Used when String will be modified
Can use anywhere you would use String
Part of java.lang package
Automatically imported into every program
<<< String limitations | Index | StringBuffer class >>> |