Question: Create a multi-client/single server application to check whether the number entered by the client is prime number or not. The program will work in such
Create a multi-client/single server application to check whether the number entered by the client is prime number or not. The program will work in such a way that each time client enters a number the server checks and displays whether it is prime or not. Use JavaFX to create appropriate UI for the program
Note: Multiple clients should be able to connect to the server at a single instance of time.
Hint: To send and received string use readUTF() and writeUTF() methods
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
