-
JSP Page Object Request
In order to access the request object from a JSP page? Which step you must complete among the following:a. call the getRequest method of the JSP page.b. Use the getServletConfig method of the JSP page, then call the getRequest method of the ServletConfig object.c. There is never a good reason to access the request object from a JSP page.d. It is an implicitly defined variable.
-
Vector Size
What is the default size of Vector
-
Struts Advantage
What is the advantage of using struts?
-
Need of Method Overloading
What is the need of method overloading? What would happen if this feature is not present in Java?
-
Abstract Class or Method
Can we make use of "this" keyword reference inside a abstract method or abstract class? Explain
-
-
-