<<< | Index | String Data Type >>> |
What is Java String ?
String is the data type to manipulate strings of text:
Sequence of zero or more characters
Enclosed in double quotation marks
Null or empty strings have no characters
Length is the number of characters in a string
<<< | Index | String Data Type >>> |