The main tools for parsing a String are the methods in the String class. See the split() method for example.
Also the StringTokenizer class can be useful in some cases.
Also see the Double and...