A grader tests a student’s server with these requests: /mult…
A grader tests a student’s server with these requests: /multiply?num1=4&num2=5 /multiply?num1=4 /multiply?num1=hello&num2=5 /notARealRoute The first request works, but the second and third print Java exceptions and the browser gets a broken connection. The fourth returns the main page. Which conclusions are reasonable? Select all that apply.
Read Details