![]() Related Questions GenericServlet is for servlets that might not use HTTP, like for instance FTP service.As of only Http is implemented completely in HttpServlet. The GenericServlet has a service() method that gets called Latest Answer : HttpServlet is a specific case/implementation of GenericServlet.Thanks,Vinay ... Both are interfaces. The servlet engine implements the ServletConfig interface in order to pass configuration information to a servlet. The server passes an object that implements the ServletConfig interface Latest Answer : ServletContext and ServletConfig are the interfaces provided by java class in servlet API.The vendors of web containers(WC) provides the classes implementing these interfaces.It is the responsiblity of web container(WC) to create ServletContext and ServletConfig ... Servlets are to servers. Applets are to browsers. Unlike applets, however, servlets have no graphical user interface. Latest Answer : Applets do not have main() method... ... Answered by Scott on 2005-05-12 10:39:32: A servlet that implements SingleThreadModel means that for every request, a single servlet instance is created. This is not a very scalable solution as most web Latest Answer : Hi,As the name says Singlethread means only one thread, can access the service method of the servlet, to reduce the overhead the servlet container creates pool of servlet instances to handle n number of request that is depend on the servler configurationthankschandra ... Latest Answer : SevletConfig is used to give the information during the initializing period.ServletContext is used for thye communication between the servlet and the servletcontainer thatis to give MIME types.ServletContext is used to access other environments thatis ... What is difference between sendRedirect() and forward()..? Which one is faster then other and which works on server? Latest Answer : Both JSP and Servlets provide dynamic content features. Its difficult to point out the difference as a JSP is ultimately converted into a Servlet and run on Server. Basically, its the separation of roles played by JSP and Servlet which is important. In ... I don t KNOW Latest Answer : Applet is a program that resides on Internet server and can be downloaded from Internet and automatically installed on client machine , runs as a part of a web document or web page.So that means applet also controlled by a server called Internt ... Read Answers (23) | Asked by : Nilesh give me the answer Latest Answer : Generic servlets extend javax.servlet.GenericServlet. Generic servlets are
protocol independent, meaning that they contain no inherent support for HTTP or
any other transport protocol.
HTTP servlets extend javax.servlet.HttpServlet. These servlets ... Latest Answer : Platform and Server IndependenceJSP technology adheres to the Write Once, Run AnywhereTM philosophy of the JavaTM architecture. Instead of being tied to a single platform or vendor, JSP technology can run on any Web server and is supported by a wide variety ... Read Answers (2) | Asked by : Devika Bhatt
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||