java string
Java
3
Posts
3
Posters
0
Views
1
Watching
-
At best the question is not precise. A "string token" doesn't mean anything in terms of the java language. Now you might write a program that uses a "string token" but in general computer science jargon a "token" is a small non-dividable entity. There would be no point in converting it to a char array and even less point of creating a string array from it. And at best the latter would be nothing more than taking each character and making it into a string. But then you might mean something different for "string token". If so you need to explain what you actually meant.