# Introduction In this lab, we will learn how to find a word or substring in a Java String. We will use the `indexOf()` and `contains()` methods of the String class to locate the substring in the given String.
Click the virtual machine below to start practicing