Input
Output
public class Length { public static void main(String args[]) { String s1="Onlinetpoint"; System.out.println(s1.length()); } }