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 |
What is the major difference between context parameter and context attribute?
Name the different ways of session tracking.
What are the different mode that servlets can be used?
What is servlet context ?
Differentiate between the web server and application server?
Explain in brief the directory structure of a web application?
How to get the current httpsession object?
What is HTTP Tunneling?
What is servlet? Explain
My Question is that i am using <image> tag in my servlet and after compilation after that calling by url in my browser then images are not showing. Sometime images are showing and sometime is not showing. I am using Tomcat to run my servlets. Tell me if there any specification for image in servlets or what is solution for this ??
Can we use the constructor, instead of init(), to initialize servlet?
Hi Frieds, I am new to servlet why to use servlet in webapplication. what i know is " use servlet as a controller in mvc and to implemnent business logic . is it correct ? One more thing reason for implementing business logic with servlets , why not jsp.