what is the control flow in servlet when we send a request?
Answer Posted / puli
when the request is go the server webcontainer creates
request object and response object after that service
method will be called passed request and response objects
as a parameters.
Next request and response objects are destroyed.
Thanks
Puli mama
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do cookies work in servlets?
Servlet is pure java object or not?
When a servlet accepts a call from a client, it receives two objects. What are they?
What are the phases of servlet life cycle?
What is cookies in servlet with example?
What is difference between get and post method?
How will you pass values from HTML page to the servlet?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
what is servlet chaining?
How to rectify errors in java servlet while compilation?
List out the difference between ServletConfig and ServletContext?
I have a requirement Here we have a ResultSet object that will contain 50 records i need to print those recors in to a webpage(i.e; view according to MVC architectures that mybe servlet or jsp) . Here i need to print the records 10 per page that is 1 to 10 in page one and 11 to 20 in page two like remaining will be appeared in other pages we need to display those page numbers whenever we click on that page number we will go to that page and display 10 records like we will display 5 pages it is like this << 1 2 3 4 5 next >>
What are the advantages of servlets over traditional cgi?
What is servlet in tomcat?
What do you mean by servlet context?