Articles Read in July 2013
- 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.
- 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?