💻ap computer science a review

Substring()

Written by the Fiveable Content Team • Last updated August 2025
Verified for the 2026 exam
Verified for the 2026 examWritten by the Fiveable Content Team • Last updated August 2025

Definition

The substring() method in Java is used to extract a portion of a string based on specified starting and ending indexes. It returns a new string containing the extracted characters.

2,589 studying →