There are several ways to do it...
is the basic way to load an Image from it's filename in a stand alone application.
Applet's can't use the Toolkit, so they provide the getImage( URL ) method. The new 1.4 JDK also provides the ImageIO classes for reading and writing image data.