+91-85006-22255
What will be the output of the following program?
public class School { public static void main(String[] args) { String name = "JavA OnlinE SchooL"; System.out.println(name.toLowerCase()); }}
Topic: toLowerCase() And toUpperCase() Methods In Java
Read this topic Take test on this topic
Open In App