Contact: aviboots(AT)netvision.net.il
41,445 questions
53,992 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 */