Input/Output in JAVA
Understanding BufferedReader
To print something on the console in java we have `System.out.println()' breaking this statement down
println() is actually a method of one PrintStream Class
`out` is actually Object of PrintStream class, it is a static...
paraskaushik.hashnode.dev11 min read