What is java servlet?
No Answer is Posted For this Question
Be the First to Post Answer
What is the GenericServlet class?
How can we create deadlock situation in servlet?
What is a parser. What does a parser do with a XML? Why do we need it?
What is the major difference between context parameter and context attribute?
How can a servlet be used to generate plain text instead of html?
Difference between web container & web server........... Difference between web server & application server?????????
Why doesn’t a servlet include main()? How does it work?
What is the difference between Servlets and Applets?
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.
If you want to modify the servlet,will the Webserver need to be ShutDown ?
give the syntax of doGet() and doPost()?
What is use of parseQueryString?