[SOLVED] JAC444 -Workshop 9

24.99 $

Category:

Description

5/5 - (1 vote)

The following workshop lets you practice basic java coding techniques, creating classes, methods, using arrays, Java I/O, inheritance, polymorphism, Exceptional Handling, JavaFx (GUI), Lambda expressions, Functional Interface, Collection Framework, Java Threads, Socket Programming, Java Networking.

 

Task 1 (JavaFx):

Write/ Rewrite the program given in the “Java Networking Slides” (Or get it from the sample code on the blackboard) where single client and server are presenting a scenario of chatting.

Your program should introduce minimum two clients to chat. Implement one server that serves both the clients /many clients.

Your program should run minimum 3 windows, one Server and at least two Clients, Sample output below,

 

 

 

 

 

 

 

 

Imagine it as a small chat program. Where you and your friend are talking to each other. You can make the output better as well.