how to make the user enter a string in Java code example Example: taking string input in java Scanner in = new Scanner(System.in); String s = in.nextLine();