Please enable JavaScript to use CodeHS

AP Computer Science A (Mocha)

Lesson 3.6 Strings and Characters

Description

In this lesson, students will explore concepts related to Strings and characters in Java, such as Strings vs characters, escape sequences, and methods from the Character class.


Objective

Students will be able to:

  • Demonstrate an understanding of the differences between Strings and characters
  • Examine how characters can be treated as numbers through their ASCII values
  • Practice converting between char values and int values
  • Print out special characters like quotes and new lines using escape sequence chars (such as \n and \")
  • Utilize Character class methods