Java and JDBC
JDBC is a Java API for executing SQL statements
JDBC statements in a Java applet are used to access virtually any relational database
The Java applet is downloaded to the client
The client establishes the connection with the database server