//JDBC using Applet /* */ import javax.swing.*; //JApplet,JLabel,JButton import java.applet.*; //
You won't be able to run JDBC in an applet without taking steps to give the applet appropriate permissions. The topic is covered in detail by this tutorial from Oracle.