How servlets are deployed in java?
No Answer is Posted For this Question
Be the First to Post Answer
How do you communicate in between Applets and Servlets?
If servlet receives multiple requests, how many objects will it create?
What is DSN and System DSN and what is the difference between them?
What do you mean by a filter and how does it work?
Should I override the service() method?
What are life cycle methods of a servlet?
why business logic written using servlets not in jsp. Jsp used for presentation purpose. serlvet used for coding business logic and controller logic. Reason for using servlets in business logic.
What are the types of an http request?
what are the CGI Programs?
Explain the difference between servlet and cgi?
The code in a finally clause will never fail to execute, right?
What is a Session Id?