String s1 = "My name is GFG"; // prints true System.out.println(s1.contains("GFG")); // prints false System.out.println(s1.contains("geeks"));