Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 1 : Your application used for Store a Book, You have three client ( Admin , Customer, and Employee ) connected to server. Admin:
Question :
Your application used for Store a Book, You have three client Admin Customer, and
Employee connected to server.
Admin:
Can delete employee, show employee's number, show employee's
Info.
Add and delete and edit any Book, show all books info, show total
order's prices.
Customer:
Can display all books
Sign up sign in See his information, See his orders, Add to Cart
and remove from Cart, Make an order, send message.
Employee:
Can Show Orders, Show Employees, and Show Customers, Show
Messages.
All the processes must be done in the server, all client just request from server.
Question :
Create a Server called Encrypter to encrypt and decrypt text.
Server receive a string and return another string.
The encryption method will be a very simple one: to encrypt add to
each character and to decrypt subtract to each character.
Server must serve client, each client work independently without wait
another client to end his work. write code in java client server
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started