Few questions:

1) What's easier to use, BufferedReaders or Scanners?

2) What happens in the system if a program needs toString method and you don't use it? And how can you trace what's going on when toString is not in use? and when in use?

Thanks,

Coder752