Articles Read in July 2013

Reading time ~1 minute

Articles Read in July 2013

  1. Jitbit’s SQL interview questions.

    A basic SQL interview question list and its answer. Basic select, join on, etc. Also there is a debate in the comments about whether a modern developer should learn these basic DB technologies.

  2. Java Basic Input and Output.

    Java I/O is not as simple as you might think it should be. For example, in what scenarios, should you use BufferedInputStream?