In this beginner Java programming tutorial, learn how to make this multiple choice quiz/test GUI in Java using Swing and MySQL. You can check out the full tutorial here , where I carefully go over the logic flow so that you can understand how this project is coded the way it was.
- JDK 18+ - Java Version
- MySQL Workbench
- 📋 Choose the Category of the Quiz
- 🔢 Input the number of questions that you want to do
- ✏️ Create your own Question
- 🏆 Display the Score
- ❌ Display the wrong answers
- ✅ Display the right answers
- 💾 Store Question into MySQL Database
- ✔️ Validate input