Contact: aviboots(AT)netvision.net.il
39,907 questions
51,839 answers
573 users
public class MyClass { public static void main(String args[]) { String str = "c"; char ch = str.charAt(0); System.out.println(ch); } } /* run: c */