When a web browser loads an applet, it first calls the init() method to initialize the applet, similar to a constructor. The start() method is called after init() to begin execution. Option A (main) is for standalone applications. Option D (run) is used with threads, not applets.