Skip to main content
Lesson 13 - String Class
ZIPPDF (letter)
Lesson MenuNext
  
Introduction page 1 of 12

Strings are needed in many large programming tasks. Much of the information that identifies a person must be stored as a string: name, address, city, social security number, etc.

Although the String class is technically not an actual part of the Java language, a standard String class is provided with Java by Sun Microsystems, Inc.

Your job in this lesson is to learn the specifications of the String class and use it to solve string-processing questions.

The key topics for this lesson are:


Lesson MenuNext
Contact
 ©ICT 2003, All Rights Reserved.