Look at the following string:
"/home/rjones/mydata.txt"
a. Write the declaration of a StringTokenizer object that can be used to extract the following tokens from the string: home, rjones, mydata, and txt.
b. Write code using the string class’s split method that can be used to extract the same tokens specified in part a.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.