Answer Posted / siddu
servlet is a java program which runs in the web container
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is servlet name in web xml?
How to read request headers from servlets?
Why doesn’t a servlet include main()?
Explain request dispatcher and its methods.
Which application server is best for java?
How do you configure a centralized error handler in servlets?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
What are some advantages of storing session state in cookies?
Define context initialization parameters.
What is the difference between a generic servlet and http servlet?
What are the kinds of http requests?
Is tomcat a servlet container?
Explain the different ways for servlet authentication?
How native code can be used in a servlet?