Explain the <jsp:param> action?
No Answer is Posted For this Question
Be the First to Post Answer
what will happen if we disable cookies in the web page?
What is jsp exception?
What are the features of jsp?
What do jsp literals consist of?
Can we override the jspinit(), _jspservice() and jspdestroy() methods?
What is a jsp and what is it used for?
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...........
Show attributes of page directives.
What is full form of jsp?
What are the two kinds of comments in jsp and what's the difference between them ?
How can we stop errors on display in a jsp page?
What are the different scope values for the jsp objects?