Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

private String printPostRequest () throws IoException & String line = in.readLine (); while(lline.isEmpty()) { System. out.println(line); line = in.readLine (); return null; As you can

image text in transcribedimage text in transcribedimage text in transcribed

private String printPostRequest () throws IoException \& String line = in.readLine (); while(lline.isEmpty()) \{ System. out.println(line); line = in.readLine (); return null; As you can see that the technique used in the Simple Date Server is only suitable for GET request. As for POST request, additional post data cannot be read by this approach. In this assignment, you are asked to modify/add/change the code of the method such that the last line can be read and returned so that the post data can be used in subsequent part. As such, the signature of the printPostRequest should be changed to: private string printPostrequest()

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Informix Database Administrators Survival Guide

Authors: Joe Lumbley

1st Edition

0131243144, 978-0131243149

More Books

Students also viewed these Databases questions

Question

Identify the cause of a performance problem. page 363

Answered: 1 week ago