Suppose we have 1000 rows in the database i need to retrive 200 rows per page, then which approach is better either struts based or non struts based it is an interview question
Latest Answer: Hey a servlet cant extend a class or servlet a it already extends HTTpServlet.....But if you can make the servlet work withought extending HTTpSERvlet then u can do that...but then as far as i know it wontb a servlet and will be somple classjsp can exend ...
Latest Answer: There are nine implicit variables in JSP : application ,session,request,response,out,page,pageContext,config,exceptionThe objects that these variables refer created by servlet container and are call implicit Objects: They are as follows:ServletContex ...
Latest Answer: yes it can be possible,in order to do so first set u r class path to setenv in weblogic and then type weblogic.jspc -keepgenerated jspfile namethis is the procedure to precompile the jsp with out the help of container with web-logic ...
Hai friends,Can any one explain how websites are working,What will happen after entering website address?Please reply for my question.with regards,Rajesh
Latest Answer: Yes, if its packed as war or if it's directory structure confirms j2ee specifications with a dd ...
Latest Answer: we need to write a JavaBean which implements the code for the EJB client.This JavaBean can interact with JSP using useBean jsp action. ...
Latest Answer: JPS pages are high level extension of servlet and it enable the developers to embed java code in html pages. JSP files are finally compiled into a servlet by the JSP engine. Compiled servlet is used by the engine to serve the requests. javax.servlet.jsp ...
Latest Answer: Nothing, Since a JSP at the end becomes a Servlet. The session handling capabilities are the same for a JSP as well as Servlets. ...
Latest Answer: To tell the browser what type of output posted from server.Ex : text/html ...
View page << Previous 2 3 4 5 [6] 7 8 9 10 11 Next >>

Go Top