Create a client server system in java using the concepts


Problem

Create a Client Server system in Java using the concepts and techniques we have discussed. (e.g. Remote Method Invocation, Remote Procedure Calls, Sockets etc.)

A. Client while running will show the following features to its users:

a. Chat (each messages sent or received should also show Time stamp)

b. Find File (Local files to be searched on the PC)

B. Server while running will allow:

a. Listening to Clients (Answering Chats - with Time stamps)

b. Find files (of the details sent via Client) - return only the valid file path on the machine.

c. Both Client and Server should have the GUI for showing and Displaying the features. For chat, user shall be able to see chat messages on the GUI.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Create a client server system in java using the concepts
Reference No:- TGS03233903

Expected delivery within 24 Hours