Question

1. What are the differences between doGet and doPost in java servlet 2. What does response...

1. What are the differences between doGet and doPost in java servlet

2. What does response and request mean in a Java servlet ?

3. what does out.println do in a Java servlet ?

4. Where does Java compiler get the binaries for the following ?

import javax.servlet.*;
import javax.servlet.http.*;

0 0
Add a comment Improve this question Transcribed image text
Answer #1
1. What are the differences between doGet and doPost in java servlet
=> doGet is called when a HTTP GET request is made to the URL, while doPost is called when HTTP POST request is made.

2. What does response and request mean in a Java servlet ?
=> Request corresponds to Servlet request payload, which may contain url parameters, page name, Client passed form data etc.. The Response interface is for sending the response back to the client, which gives method to redirect, Add header and put the content to be sent.

3. what does out.println do in a Java servlet ?
=> out.println means to write on the stream provided by response object.. It means Sending the response back to the client.


4. Where does Java compiler get the binaries for the following ?

import javax.servlet.*;
import javax.servlet.http.*;

from the webserver on which the application is running.. Like JBoss, TomCat etc.
**************************************************

Thanks for your question. We try our best to help you with detailed answers, But in any case, if you need any modification or have a query/issue with respect to above answer, Please ask that in the comment section. We will surely try to address your query ASAP and resolve the issue.

Please consider providing a thumbs up to this question if it helps you. by Doing that, You will help other students, who are facing similar issue.

Add a comment
Know the answer?
Add Answer to:
1. What are the differences between doGet and doPost in java servlet 2. What does response...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT