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