Question: Write java code for the below Simple Chat Write a program that enables two users to chat. Implement one user as the server and other
Simple Chat Write a program that enables two users to chat. Implement one user as the server and other as the client. Both server and client has two text areas one for entering text, and the other (noneditable) for displaying text received from the client/server. When the user presses the Enter key, the current text is sent to the client/server. Use JavaFX
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
