public class App { public static void main(String[] args) { String str = new String("abcd"); System.out.println(str.charAt(0)); }}