Daftar Isi:
  • This is a simple quiz application build using java programming operation. It uses a client server programming with socket. There are two program, server and client. Server is running as background proccess and client is running as a regular proccess. Server has to run firstly before client. Then, Server serves to accept request from client. When client requests with a number '1' then server will reply with a quiz problem. The communication will stops when client break the running program. This project still have two problems. Firstly, this server can only server one client. Secondly, when client break the program, server also automatically close the program.