//PrintSystem.out.println("This line will be printed");//Read from the keyboardbyte[] buffer = new byte[1024];System.in.read(buffer);String theInput = new String(buffer).trim();