Explain request dispatcher and its methods.
No Answer is Posted For this Question
Be the First to Post Answer
Which HTTP method is non-idempotent?
What is the difference between ExecuteUpdate and ExecuteQuery?
What are the difference between RMI and Servlets?
How to prevent browser from caching the page content?
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 you send the mail from a servlet ,if yes tell how?
What are the steps that are required to handle the multi-threading?
Explain Action Servlet?
give the syntax of doGet() and doPost()?
Can you create a deadlock condition on a servlet?
Why HttpServlet class is declared abstract?
what is session tracking?what are types of session tracking ?and when to cookies,when to use sessionmanagement,whent use url rewriting technique,plz explain briefly?