English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-12-08 14:23:00 · 3 answers · asked by Mike P 2 in Computers & Internet Programming & Design

3 answers

You can use the String.charAt(index) method. If there's just one character in the String, just use charAt(0).

2006-12-08 14:31:10 · answer #1 · answered by Anonymous · 7 2

String input = <>;
char[] characters = input.toCharArray();

2006-12-09 03:13:17 · answer #2 · answered by vincentgl 5 · 3 0

Mike P Look here! Your are very famous!!
http://www.osoq.com/funstuff/extra/extra03.asp?strName=Mike_P

2006-12-08 22:37:38 · answer #3 · answered by enj g 1 · 0 7

fedest.com, questions and answers