![]() Related Questions Latest Answer : The idea is that a URL is a mechanical link to a resource's location, where it can be downloaded. For this reason, a URL contains a hostname and a local part, all of which can be resolved anywhere on the Internet. What a URN tries to do is different. ... Read Answers (6) | Asked by : Suresh Latest Answer : Even though we call a jsp page from servlet through request dispatcher,we can not call a perticular method of a jsp from servlet.there is no such mechanism in servlet API.but iam not sure. ... Read Answers (5) | Asked by : Murthy Latest Answer : Abstract class is not fully implemented class. The main purpose of abstract class is providing abstraction.1)It may be or may not be contains abstract methods.it may has defined methods also.2) It contains any kind of fields.3) Subclass extends only ... Tags : Abstract Servlet is Java class. Then why there is no constructor in Servlet? Can we write the constructor in Servlet Read Answers (13) | Asked by : Suresh Latest Answer : the following code shows you how to communicate to servlet from within an applet// Connection to servletURL urlServlet = new URL(getCodeBase(), "ServletName");URLConnection con = urlServlet.openConnection();con.setDoInput(true);con.setDoOutput(true);con.setUseCaches(false);con.setRequestProperty("Content-Type", ... Read Answers (1) | Asked by : neeraj kumar Latest Answer : The reference variable is that one where we r not using the new keyword e.g. Connection con; But Object is that where we r using new operatore.g Classname cs1=new classname ... Read Answers (4) | Asked by : suresh Latest Answer : hi there,throws::::(DECLARATION) the way we decalre that exception might occur...... it is a caution to the JVM so that it prepares to handle the Exceptionthrow::::: if at any stage of coding we r sure that an exception might occur and unfortunately if ... Latest Answer : A servlet configuration object used by a servlet container used to pass information to a servlet during initialization. Servlet context is used to communicated within web container. There is one servlet context per Application per JVM. Servlet Context ... If we are not using forbean then how request will be processed from one jsp page to other jsp page using Struts Action mapping.forward should be through action mappinh in struts-config.xml? View Question | Asked by : Amit
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||