public static void main(String[] args) { // taking console input in java String str = System.console().readLine(); }