write a servlet to demonstrate the http servlet class using doGet () and doPost() .
Answers
Answered by
0
Explanation:
Like doGet () method, the do Post () method is invoked by server through service () method to handle HTTP POST request. ... In doGet () method, parameters are appended to the URL whereas, in do Post () method parameters are sent in separate line in the HTTP request body
Similar questions