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.
- 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.