Explain the role of dispatcherservlet and contextloaderlistener.
No Answer is Posted For this Question
Be the First to Post Answer
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.
can it possible to validate form field before execution of a servlet service method if yes how??
What happens, when client requests for server object, which is not yet loaded into the memory?
Explain the difference between GET and POST methods?
Why do we have servlet listeners?
What are the advantages of cookies?
What is the process to implement doget and dopost methods?
Are Servlets by default thread safe or not? thanks in advance regards Sudhakar
Explain in brief the directory structure of a web application?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
explain the advantages of servlet life cycle?
What are the parameters of the service method ?