Pages

Sunday, February 12, 2012

Java: Introduction to Strings

A string is an ordered sequence of symbols. Sting class is included in java.lang package. So each class in Java, can use String class without importing any package. The String class represents character strings. All string literals in Java programs, such as "abc", are implemented as instances of this class. 






Documentation:

Comparing Strings:

No comments:

Post a Comment