Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 696 Bytes

File metadata and controls

10 lines (7 loc) · 696 Bytes

Answerly

Answerly is a Question and Answer platform with tech-related sections, built as a desktop client using the Java Swing framework. The platform allows users to connect to a server via Remote Method Invocation (RMI), providing a seamless QnA experience.

Features

  • Java Swing Interface: A user-friendly desktop client interface built with Java Swing.
  • Remote Method Invocation (RMI): Enables remote interaction between the client and server, ensuring efficient data exchange.
  • Stub Registry: Utilized for managing client-server connections.
  • Data Serialization: User data and QnA interactions are serialized and saved into a text file for persistent storage.