mohammedsuhail
mohammedsuhail

Reputation: 701

Parsing String and put this in array

Can I get a method to parse a string eg: {"apple","fruit"} and put the elements in a two D array.

Upvotes: 0

Views: 172

Answers (1)

user183037
user183037

Reputation: 2579

StringTokenizer might be useful to you.

Upvotes: 1

Related Questions