The best and most effective way to get input from user in console
807580Aug 23 2010 — edited Aug 24 2010Hi,
So I've seen a number of ways java programs can get input from users in the command line: Scanner, Console, BufferedReader/BufferedWritter,etc
Anyway, I just want an opinion: what is the best and most effective way to get a user input?
Cheers