<html>
  <head>
      <title>Exercice JDBC</title>
  </head>
  <body bgcolor="#ffcc99">
      <h1 align=center>Exercice JDBC</h1>
      <hr>
      <table border=1 align=center>
       <tr>
        <td>
          <applet code=MySqlQuestionnaire.class 
                  archive="/guides/java/classes/mysql.jar" 
                  width=520 height=860 align=center>
          <param name=NumberOfQuestions value="3">   
          </applet>
         </td>
        </tr>
      </table>
      <hr>
      <a href="Test.java">The source</a>.
  </body>
</html>