



























Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
This chapter from 'object-oriented program development using java: a class-centered approach' covers the fundamentals of working with strings and characters in java. Topics include the string and stringbuffer classes, creating strings, constructors, string processing, string equality, conversion methods, and common programming errors. Students will learn how to manipulate strings using methods and understand when to use each class.
Typology: Slides
1 / 35
This page cannot be seen from the preview
Don't miss anything!




























String identifier = new String(string-value);
String identifier; identifier = new String(string-value);
String identifier = string-value;