Skip to content
vyfhfhd edited this page Nov 16, 2024 · 1 revision

Welcome to the network wiki!

MyFirstNetworkApp

This project implements a simple server-client network application using Java.

How to Use

  1. Start the server using QuizServer.java.
  2. Connect the client using QuizClient.java.
  3. Answer the quiz questions provided by the server.
  4. The server will evaluate your answers and display the score.

Clone this wiki locally