How to watch a directory in Java?
Let’s say you want to watch a folder in your computer or server for any changes.
If a new file gets added you want to be notified.
If an existing file is modified you want to be notified.
If a file is deleted you want to be notified.
And how do you d...
vijaysrj.hashnode.dev8 min read