How is our quiz system implemented?
- This is a secure AES encrypted quiz platform implmented in Java8.
- The very first step is to make a client and a server in two separate windows.
- The whole conversation between client and server is done with AES encryption technique.
- The server allocates a separate thread to each upcoming client.
- The client will always have a thread in listening mode to get updates from the server.
Top comments (0)