How can I read keyboard presses one key at a time from System.in in Java without the user pressing enter to submit a line?
I have tried searching stack overflow already and haven't found anything... is this because Java is primarily a modern, GUI focused language and assumes that we will want to get input via events?