- Added several missing modules in the main pom.xml - Fixed the modules list for all the profiles - Commented several test cases so that all modules can run and be included in the pom.xml - Moved child modules from main pom to parent modules pom
Core Java IO APIs
This module contains articles about core Java input/output(IO) APIs.
Relevant Articles:
- Guide to Java OutputStream
 - A Guide to the Java FileReader Class
 - The Java File Class
 - Java FileWriter
 - Differences Between the Java WatchService API and the Apache Commons IO Monitor Library
 - Comparing getPath(), getAbsolutePath(), and getCanonicalPath() in Java
 - Quick Use of FilenameFilter
 - Guide to BufferedReader
 - Java Scanner
 - Scanner nextLine() Method
 - Java Scanner hasNext() vs. hasNextLine()