![]() 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 Latest Answer : Struts created internal objects are simple class objects so does not support the all the features provided by ejb container such as transaction managment,persistancy,Security features ,Connection pooling etc. ... Read Answers (1) | Asked by : sanjay sharma Latest Answer : OBJECTS SIT ON HEAPPRIMITIVES (LIKE INT, DOUBLE ETC) SIT ON STACKSTACK IS FASTER THAN HEAP.OBJECTS ARE PASSED BY REFERENCE. PRIMITIVES ARE PASSED BY VALUE.OBJECTS ARE GARBAGE COLLECTED. PRIMITIVES ARE CLEARED FROM THE STACK BY MOVING THE STACK ... 1. Some websites will have hierarchical display of items. (For eg, on click of a ‘+’ symbol, all items under this item gets listed.). How do you store such structure in database (Note: You can store as XML object. But how do you store in database tables without using XML) ?2. explain 3GL ? Read Answers (3) | Asked by : ronin Suppose there are 2500 records to be handled? How Data Access Object (DAO) class will handle it? Latest Answer : DAO is one of design patterns. The Data Access Object (or DAO) pattern: 1. Separates a data resource's client interface from its data access mechanisms, 2. adapts a specific data resource's access API to a generic client interface. The ... Read Answers (2) | Asked by : Anoop 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
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||