Re: Ch 8, Strings

Strings are literal, Strings have methods, the String Class belongs to the java.lang package and is automatically imported into all programs.

Literal Strings, Methods & Immutability

String Constructors

Converting a String to a number

Converting a number to a String

toString

valueOf

DecimalFormat

Character Methods

String Buffer Class

Leave a comment