OO Programming with Java


Exercices

  1. Develop the "product not found" for the example of Catalog.
  2. Propose a command line tool to copy a single file similar to the cp command (answer).
    Extend the tool to directories.
  3. Adapt the preceding tool to only update/copy file that are newer than the one from target directory (see rsync tool).

12 - 12