Quizz //TODO SESSION

This commit is contained in:
tuanvu
2025-09-24 15:08:38 +02:00
parent b0c740dfab
commit 6a0976f92d
5 changed files with 92 additions and 4 deletions

View File

@@ -18,7 +18,6 @@ public class UserInfo extends HttpServlet {
@Override
public void init() throws ServletException {
super.init();
this.u= new Utilisateur();
}
UtilisateurDAO utilisateurDAO = new UtilisateurDAO();