Introduction to the Strings object class.
Copy the StringPractice code into a new class called StringPractice.
Begin Section 4 Lesson 4: Strings slides
Begin Section 4 Lesson 4: Strings practice
Complete the Gene Finder problem
Begin Section 4 Lesson 4: Strings project
Section 4: Lesson 4 - Strings Vocabulary:
- Joining multiple String objects together.
-
Specific characters that are preceded by a \ character.
When evaluated, the special character is evaluated as a special function, such as tabs, newlines, etc.
-
Assigning a value to a String object reference.
-
A data type that references the location in memory where an object is stored rather than a single, specific value.
- Code available in the Java API to manipulate or return strings.
-
An Object type that stores sentences, words, or multiple characters.