Search:

Type: Posts; User: Junky

Search: Search took 0.19 seconds.

  1. Replies
    12
    Views
    3,147

    Re: use Delimiter, Scanner Class

    Congrats!

    Now isn't it better to work out a solution yourself rather than have someone tell you?
  2. Replies
    12
    Views
    3,147

    Re: use Delimiter, Scanner Class

    Did you try it?
  3. Replies
    12
    Views
    3,147

    Re: use Delimiter, Scanner Class

    a/b/c/d would be split up into 4 tokens a, b, c and d. In your code you only print the first token: 'www.google.co.uk'. Your code does not print any more tokens: index.html etc.
  4. Replies
    12
    Views
    3,147

    Re: use Delimiter, Scanner Class

    It works fine for me. Perhaps if you tried printing out more than one token it might do what you want.
Results 1 to 4 of 4