Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 342 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 342 Bytes

Trivia-App

Developed a desktop application to maintain a vast repository of trivia on a single platform using Java and MySQL. The system employed a client-server communication model to cater a vast number of users supporting CRUD operations.

Concepts Used:

  1. Socket Programming
  2. MultiThreading.
  3. Java Swing (for GUI)
  4. JDBC
  5. Gson