String Substring Search in Java

# 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.

|60 : 00

Click the virtual machine below to start practicing