![]() |
| 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 What is the right way of writing the code to get the servlet information using public String getServletInfo()? Read Answers (4) | Asked by : subhashree Explain about 3-tier architecture in Java Latest Answer : middle tier is primarly based on processing the bussiness logic. The main idea of dividing into tiers is like the application developer can concentrate on specific tier in developing webapplication and the changes that effect the entire application ... Read Answers (22) | Asked by : shubhodeep 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 Latest Answer : Can anyone send me project architecture diagram. and plz differentiate project architecture and project approach briefly. Does project architecture follows project approach. ... Of the four Simple API for XML (SAX) interfaces that handle parsing events, which allows custom handling of external entities?A: DocumentHandler B: DTDHandler C: ErrorHandler D: EntityResolver Latest Answer : EntityResolverIf a SAX application needs to implement customized handling for external entities, it must implement this interface and register an instance with the SAX driver using the setEntityResolver method. ... 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
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||