Latest Answer: String object value are constant. StringBuffer object values can be modified and they can be growable. In StringBuffer, values can be inserted anywhere(even in the middle), but it is not possible with String. ...
Latest Answer: Lavanya Wrote: Implicit Objects in JSP provide access to all aspects of the page, such as request, response, etc. All these objects have a scope, which means they are visible to only certain objects and/or at certain times. The following are ...
Latest Answer: There are three thread priorities: Min - Priority with a value of 1 Max - Priority with a value of 10 Normal-Priority with a value of 5 ...
Latest Answer: Jsp converts into Java(Servlet).This process is called the translation Unit in the JSP.l ...
Latest Answer: controller acts as a gateway -- before delegating the control to any other servlets of jsp.Usually, controllers used to verify the validate the session (id) of an user. ...
Latest Answer: Authentication is the process by which a user proves their identity to a system. This proof can take several forms:# A password known only to the user.# A digital certificate (a secret key contained in a normal file).# A physical Smart-Card ...
Some servlet calls JSP and in JSP will initialize a servlet this wayServlet1 s=new Servlet1();s.doPost(request,response);and this in turn calls a jsp and this JSP calls another Servlet what will be the output?
Latest Answer: An XSLT file can include another XSLT file using the element. The href attribute value is a URI reference identifying the file to be included. The relative URI is resolved with relation to the base URI of the element. The element is only ...
Latest Answer: by using Driver Manager.get Connection() ...
Latest Answer: class loader does that job. ...
View page << Previous 1 2 3 [4] 5 6 7 8 9 10 Next >>

Go Top