what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }
4 7887Hi guys.. Well can u tell me that why there is need of "init()" , i mean why can not we initialize the servlet object with the help of constructors? Thank you.
7 9696i have class files in class folder. but i have no java files. but i want to modify the java files which are related to class files . how ?
TCS,
5 11184
Name the different ways of session tracking.
What is http servlet?
What is the use of httpservletresponsewrapper?
How can we invoke another servlet in a different application?
What are the different ways we can maintain state between requests?
What is the procedure for initializing a servlet?
request parameter how to find whether a parameter exists in the request object?
What is session tracking?
what is servlet chaining?
How is an application exception handling is done using a servlet?
Why is httpservlet declared abstract?
What is cookie? Why is cookie used?
How can the referrer and the target urls be used in servlet?
What is a servlet context?
What are common tasks performed by Servlet Container?