CSE MCQs :: Servlets-1
- To send text output in a response, the following method of HttpServletResponse may be used to get the appropriate Writer/Stream object.
- RequestDispatcher object is used
- Which of the following are interface? 1. ServletContext 2. Servlet 3. GenericServlet 4. HttpServlet
- What is the meaning of response.setHeader("xyz", "abc");
- What are the features added in Servlet 2.5?
- The life cycle of a servlet is managed by
- Which of the following method sets application/context init parameter?