string user input in java code example Example: taking string input in java Scanner in = new Scanner(System.in); String s = in.nextLine();