![]() Related Questions What is the right way of writing the code to get the servlet information using public String getServletInfo()? Read Answers (4) | Asked by : subhashree When the processing is going in the backend systems(database) and the communication is from the browser through servlet, what wil happen when the browser is closed? Latest Answer : I like u r answer, it contains everything in this answer. ... Read Answers (7) | Asked by : MKP What is difference b/w WITH ServletRequest Object:................RequestDispatcher rd = getServletContext().getRequestDispatcher( "/servlet/XYZServlet"); rd.forward(request, response);with ServletContext Latest Answer : In case of ServletRequest, we provide the path relative to http request while in the case of ServletContext we provide path relative to root of context. ... Read Answers (2) | Asked by : santh kumar There are 4 domain sever and 4 web application running in a system. A client is acessing all web application at a time. How many servlet context will be created? Latest Answer : can have 4 servlet context. as u have 4 web server and this is a distributed application ... What is initial context point for handling web request in page centric architecture? Is it Jsp page or servlet Latest Answer : Heap memory is allocated for the objects and the instance variables that are created by using new operator.Stack memory is for the method call and thread call. ... Read Answers (1) | Asked by : ajay
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||