What is the use of pagecontext in jsp?
No Answer is Posted For this Question
Be the First to Post Answer
What is full api?
Is there a way I can set the inactivity lease period on a per-session basis?
How do you import the packages in the JSP?
14 Answers HCL, Hyderabad Central University,
What are the 3 tags used in jsp bean development?
What is the default value of session attribute in jsp?
Java Server Page I can use a function in two ways: Either I declare <jsp:useBean id="myBean" scope="session" class="mypack.mysubpack.MyClass" /> or I declare <%@ page import = "mypack.mysubpack.MyClass" %> In each case I can call a function later by coding MyClass.myFunction(); So what is the difference between the two variantes? Why are Beans invented if we don't need them because we have the import statement ? please guide me its an humble request to you reader if u know n i'll be thankful to you...........
How we can configure init params in jsp?
How does error handling occur with jstl?
What are the different scope values for the jsp objects?
What is the use of requestdispatcher?
How does the Jsp Expressions works ? What happens at the back?
What is jspinit method?