what is meant by servlet to servlet communication?
Servlets running in the same communicate with eachother in
several ways.The reason to to go for inter servlet
communication are
1.Direct Servlet manipulation
2. servlet collobaration
3.Servlet reuse
| Is This Answer Correct ? | 13 Yes | 5 No |
Explain the custom jsp tags and the beans.
Why servlet is used as controller ? Not JSP? I want complete explation?
What are the new features added to servlet 2.5?
Tell us something about servletconfig interface.
What are the difference between RMI and Servlets?
Is the init(ServletConfig sc) throws IOException or not?
init() method of servlet loaded by?
Directive Include and Action Include how both are working in JSP, what is the difference between both?In which suituation we have to choose these elements?
What do you mean by session tracking and also explain its techniques?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
Servlet is pure java object or not?
Can we override servlet service method?