Search:

Type: Posts; User: mjpam

Search: Search took 0.09 seconds.

  1. Replies
    14
    Views
    6,535

    Re: StringTokenizer error

    I did read the API doc, and I thought that I was using the StringTokenizer(String str, String delim), which I thought was the correct syntax for what I wanted to do.
  2. Replies
    14
    Views
    6,535

    StringTokenizer error

    I am having trouble using the StringTokenizer class in following code.


    import java.util.*;

    class ParseEval
    {
    public static void main (String args[])
    {
    if...
Results 1 to 2 of 2