What is jsp in html?
No Answer is Posted For this Question
Be the First to Post Answer
how to set class path in java
How to delete a cookie in jsp?
What are implicit objects?
What is JSP?
What are the attributes on page directives?
Mention the scope values for <jsp.usebean> tag.
How do you restrict page errors display in the JSP page?
What is expression language injection?
What is jsessionid?
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 to configure init parameters for jsp?
What is taglibs?