+91-85006-22255
What will be the output of the following program?
public class Campus { public static void main(String[] args) { String name = "Merit campus"; boolean status = name.contains("merit"); System.out.print(status); }}
Topic: Additional String Methods in Java
Read this topic Take test on this topic
Open In App