DLLs are called "native libraries" by Java. See the JavaDoc for the
System class for loading them, and the JNI specification at java.sun.com
to programmatically access the DLL from Java. The one negative about
using DLLs is that makes it so your java will only run on Windows machines.