Answer Posted / naresh
doGet(HttpServletRequest request,HttpServletResponse response)
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How the JSP file will be executed on the Server side?
What’s the difference between forward() and sendredirect() methods?
what is multiple server?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
What are the jobs performed by servlets?
request parameter how to find whether a parameter exists in the request object?
What are some advantages of storing session state in cookies?
What is the use of httpservletrequestwrapper?
how the HTML data stored in web server?
How we can get ip address of client in servlet?
How many servlet objects are created?
What are different Authentication options available in Servlets.
Where do you define dispatcherservlet?
How can you use a servlet to generate a plain text instead of html?
How is the get () method different from the post() method?