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