Search:

Type: Posts; User: Bill_H

Search: Search took 0.11 seconds.

  1. Replies
    11
    Views
    23,659

    Re: Scanner vs BufferedReader?

    Ok, that all makes sense now. Thanks a lot to everyone!
  2. Replies
    11
    Views
    23,659

    Re: Scanner vs BufferedReader?

    Ok, that makes sense. So unless I'm doing something with reading files, I can use BufferedReader to accept the input, as long as that input is generated by the user, such as entering numbers or text,...
  3. Replies
    11
    Views
    23,659

    Re: Scanner vs BufferedReader?

    So, Scanner is better in the sense that it allows more specific operations to be done. And BufferedReader is more of a generic catch all, which seems to me more like a class that would be taught in...
  4. Replies
    11
    Views
    23,659

    Re: Scanner vs BufferedReader?

    Thanks for the comment. I guess I'll keep using Scanner then. Probably easier than learning a whole new class anyway to accomplish the same tasks with a class I already know.
  5. Replies
    11
    Views
    23,659

    Scanner vs BufferedReader?

    I was just curious as to why I see many people in this forum using BufferedReader over the Scanner class? I don't believe I've heard of it before I came here, I've just always used the Scanner class....
Results 1 to 5 of 5