Answer Posted / suresh s
Both are processing for request and response of a client.By
using doGet we can send less amount of data compare to doPost.
If we use doget the users sensitive data(user name &
password)will be displayed in the URL.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is called Scriptlet?
Differentiate between the get and post method
Explain jsessionid?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
What is the
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
What is the directory structure of web application?
Define the life cycle of a servlets.
What is the functionality of actionservlet and requestprocessor?
What is meant by Servlet? What are the parameters of service method?
How do you create a cookie using servlet?
What are the uses of servlets?
Can you use javascript in servlets?
What are the different methods involved in the process of session management in servlets?
The code in a finally clause will never fail to execute, right?