What are different types of comments in jsp?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the jsp:setProperty action.
What is the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?
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...........
List the various action tags used in jsp.
What are the elements of a jsp page?
Can you disable the caching on the back button of a particular browser?
What are implicit objects?
What is action tag in jsp?
What are the different types of directives available in jsp?
What are scripting elements?
What is directive jsp?
How we can include the result of another page in jsp?