How can you use a servlet to generate a plain text instead of html?
No Answer is Posted For this Question
Be the First to Post Answer
Can you use javascript in servlets?
What are the phases of servlet life cycle?
What is the difference between callling a RequestDispatcher using ServletRequest and ServletContext?
how to use servlets with j2ee ?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
Tell us something about servletcontext interface.
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
List the Different types of servlet?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
What are the functions of the servlet container?
How do you create connections for number of users, if you want to improve performance?
what are the disadvantages of cookies?