Jodd is an open-source java library with lot of reusable components and feature rich utilities.
This requires the library jodd-3.3.2.jar to be in classpath.
The following example shows how to get the MIME type for the given extension
using MimeTypes.getMimeType() API.
It returns application/octet-stream type if there is no matching extension.