Tag: java

  • Java8 Path Filevisit Intro

    Java8 Path Filevisit Intro

    Goal of this Exercise In this article we will look at Java\’s SimpleFileVisitor as a tool to solve this problem: how to consolidate multiple backups of data, photos, and videos, from multiple devices such as phones and laptops. Suppose you (or your not-so-tech-savvy friends) use multiple devices and copy files between them, and edit different…

  • Java8 Date Time Intro

    Java8 Date Time Intro

    Why do you need to know about Java 8 date and time classes? In a lot of Java applications it is necessary to calculate business days, or manipulate dates for display or export: eg. calendar events. There is also a lot of old Java code which uses the old date and calendar classes, that needs…