Reputation: 701
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
Reputation: 2579
StringTokenizer might be useful to you.
Upvotes: 1