what is the control flow in servlet when we send a request?
Answer Posted / lucky
Servlet: is used to create web tech,its based component to create web app ,its a server side component, its a java obj which implements directly or indirectly implemented by Servlet interface , its a singleton obj and multithreaded model and security, its an interface having abstract methods init , service ,destroy, config , info and these inti ,service , destroy are life cycle method, remain are programmer initialized ,whn user send a req to peticular serlet req reach to server thne server jvm check url pattern in deployment descriptor file then it find url server take url and check with the corresponding servlet if its finds that servlet then server jvm wil create servlet obj then it will cal life cycle methods and son ........................
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain mvc pattern.
What is webservlet?
Define the servlet mapping.
What do you mean by a filter and how does it work?
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
Explain get and post.
What are different ways for authentication of servlet?
How we can create war file in servlet?
List out the difference between ServletConfig and ServletContext?
Explain the features are in servlet 3?
What are the different mode that servlets can be used?
How do you run a servlet?
Explain the lifecycle of a servlet?
Explain the concept of ssi ?
Write the code to get the server information in servlet.