Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Convert String array to Char array

807600Jun 29 2007 — edited Jun 29 2007
Hi,
Can u please help me in converting a String array to a character array.

I have a string array :

String key[] = {"1","2","3","4","5","6","7","8","9","0"};

which has to be converted to a character array.....
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 27 2007
Added on Jun 29 2007
4 comments
869 views