import java.util.*;
public class Confusion {
public static void main(String args[]){
Scanner Obj = new Scanner(System.in); //Scanner Object
int i = Obj.nextInt(); //First Int user's input
String str = Obj.nextLine(); //this input is not working
}
}
Подробнее здесь: https://stackoverflow.com/questions/794 ... ing-scanne