Question: In Java Develop the simple web server. - Works on port 40000 - Supports the HTTP GET command - Returns 404 error if the file

In Java
Develop the simple web server. - Works on port 40000 - Supports the HTTP GET command - Returns 404 error if the file doesn't exist - Only looks for files in the current directory - Supports the HTTP POST command - Places the posted binary file in the current working directory - Does not support any other functionality
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
