How can a servlet be used to generate plain text instead of html?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of servletconfig interface?
What are the disadvantages of storing session state in cookies?
why we should override only no-agrs init() method.
Is it possible to have a constructor inside the servlet?
What is the difference between context parameter and context attribute?
What is the use of servlet wrapper classes?
What is cookies in servlet with example?
What is the difference between genericservlet and httpservlet
Explain the methods in Generic and HTTP Servlets?
How do I support both get and post from the same servlet?
What is called a session?
without session Id can we do any operations like add,update,edit,delete. I saw Session id is loaded for edit and delete action not for add .so am asking this