The init() method is the first lifecycle method called when an applet is loaded. It initializes the applet's state, sets up components, and prepares the applet for execution. The start() method comes after init() and is called to begin the applet's active execution.