What are the differences between the servletconfig interface and the servletcontext interface?
No Answer is Posted For this Question
Be the First to Post Answer
give the syntax of doGet() and doPost()?
How can an existing session be invalidated?
Is there any differance b/w getting servlet context from servlet config and session? if yes then what is that?
How we can get ip address of client in servlet?
What is the use of httpservletrequestwrapper?
What are the mechanisms used by a servlet container for maintaining session information?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
Is servlet synchronized?
when the webcontainer creates ServeletConfig,ServletContext objects? befoure creating the Servlet object or not?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
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 ??
What is cgi?