what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }
4 7855Hi 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 9671i 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 11172
what is multiple server?
What are the difference between session and cookies in servlet? Explain
Why is Servlet so popular?
When a servlet accepts a call from a client, it receives two objects. What are they?
Explain the architechure of a servlet?
How can I send user authentication information while making URL Connection?
How we can call a jsp from the servlet?
What are the kinds of http requests?
Explain the servlet filter.
Which application server is best for java?
How to commuincate between an applet and a servlet?
Explain the servlet context.
Why is a constructor needed in a servlet even if we use the init method?
What is servletconfig?
Why doesn’t a servlet include main()?