![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() Related Questions A GET request is a request to get a resource from the server. Choosing GET as the "method" will append all of the data to the URL and it will show up in the URL bar of your browser. The amount Latest Answer : get all info go in query string,post with req body.get is not secure post is secureget send limited ddata post send lot of data arnd 2 mb ... Yes, you can invoke the JSP error page and pass the exception object to it from within a servlet. The trick is to create a request dispatcher for the JSP error page, and pass the exception object as a Latest Answer : 1. How do u difine an error page?2.What r the methods called in servlet life cycle?3.How can u make session variables un available?4. How to change the port no of agiven application server?5.How do udeploye an EJB in the existing application using webspehere?6.Why ... The central abstraction in the Servlet API is the Servlet interface. All servlets implement this interface, either directly or, more commonly, by extending a class that implements it such as HttpServlet.Servlets-->Generic Latest Answer : servlet interface is the interface through which we can define servlets for all the servlets......bur since we generally use servlets for http protocol.....so the hierarchy is.... Servlet Information such as the names of the parameters passed in by the client, the protocol (scheme) being used by the client, and the names of the remote host that made the request and the server that received Latest Answer : really, a must-know questions for a j2ee programmer ... What information that the ServletResponse interface gives the servlet methods for replying to the client? It Allows the servlet to set the content length and MIME type of the reply. Provides an output stream, ServletOutputStream and a Writer through which the servlet can send the reply data. A servlet can handle multiple requests concurrently, and can synchronize requests. This allows servlets to support systems such as on-line conferencing. Servlets can forward requests to other servers and Latest Answer : Practical Applications for Java Servlets This article is compiled by the IWD Team Source: Developing Java Servlets, James Goodwill, samspublishing.com Servlets What are Java Servlets? Servlets ... What is difference between sendRedirect() and forward()..? Which one is faster then other and which works on server? ANS: Two ways:1. Forward or redirect from one Servlet to another.2. Load the Servlet from ServletContext and access methods. Latest Answer : Through RequestDispatcher by obtaining object of type RequestDispatcher by getRequestDispatcher() method of ServletContext but before getting object ofReqestDispatcher we have to first obtain object of type ServletContext by getServletContext() method ... After converting jsp into servlet which methods are present i.e all 6 methods(jspinit(),_jspService(),jspDestroy(),init(),service(),destroy()) or only 3 methods i.e either jsp life cycle methods or servlet lifecycle methods How the server will know (i.e) when it can invoke init, service,destroy methods of servlet life cycle? Read Answers (3) | Asked by : chandu
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||