+ 1
io vs util
during challenges I get the question: what is required to accept user input, and the correct answer is "java.io" but during no point in my program do I use java.io, I use java.util.Scanner; what's the difference between them and what is the io? why isn't the answer "java.util"
0 odpowiedzi