Define JSP Scriptlet.
How do I include static files within a jsp page?
How do you comment out in jsp?
What is the difference between a jspwriter and a servlet printwriter?
What is the full form of jsp?
What is the purpose of <jsp:setproperty >?
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...........
Are application, pageContext and object of ServletContext same or not?
can i extend jsp page like other java classes ?
Explain static method?
What is the use of jstl?
Can we use the exception implicit object in any jsp page?
Explain translation phase.