Who is responsible to create the object of servlet?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between get and post in java servlets?
What are cookies and how will you use them?
What is the use of servletconfig interface?
when the jsp page is translated to servlet?
what happens if we wont use destroy()?
If a servlet is not properly initialized, what exception may be thrown?
What is a web container and what is its responsibility?
Explain jsessionid?
Given the request path below, which are context path, servlet path and path info? /bookstore/education/index.html
Which java framework is most popular?
How do I know if java is running on linux?
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.