Strings in Java
//
Strings
Representing a set of characters altogether, we can define the data type String is used. For example, Following line declares and initialize a String has an initial value "Welcome to Java" String str = "Welcome to Java";
String is predefined java class same like System,
Read More about it from the following link : http://coding-guru.com/strings-and-text-io-in-java/ posted by Gul
Strings in Java
Tags:
0 comments: