Answer Posted / prashant rajput
Web Container will create a Thread for each request!
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
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?
What is the difference between forward () and sendredirect () functions in servlet? Explain
How is an application exception handling is done using a servlet?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
What are the servlet events?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
Elucidate servlet attributes and its scope?
How can you create a session in servlet?
What is difference between jsp and servlet?
Which interface must be implemented by all servlets?
What is the default http method in the servlet?
What is meant by servlet? What are the parameters of the service method?
What methods do you use in servlet - applet communication?
What are the different mode that servlets can be used?
What is httpservlet and how it is different from genericservlet?