Taking input in java without using Scanner class?
Jul 24, 2024 · 3 min read · As we all know that in java we can take input from the user in several ways, the one foremost way is Scanner class. If an interviewer ask the canditate to write a simple addition of two numbers program without using scanner class, then what will be y...
BBrooklyn commented