public class StringLitCallTest { public static void main (String [] args) { System.out.println("This is a string".charAt(4)); } }