Why don't we write a constructor in a servlet?
No Answer is Posted For this Question
Be the First to Post Answer
Given the request path below, which are context path, servlet path and path info?
Define the life cycle of a servlets.
Is there any differance b/w getting servlet context from servlet config and session? if yes then what is that?
What is a servlet engine?
How do we translate jsp?
what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }
java.lang.IllegalArgumentException: The path of an ForwardConfig cannot be null while working with struts it displayed pls very ungent
Explain url encoding?
What is the difference between sendredirect() and forward() in a servlet?
What is URL Encoding?
What methods do you use in servlet - applet communication?
Are Servlets by default thread safe or not? thanks in advance regards Sudhakar