What is jsp custom tag and what are it’s components?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between sendredirect and requestdispatcher?
What is session scope?
How to comment out jsp code?
Explain the jsp implicit objects?
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 print java variable in jsp?
What is jsp index?
how to disable the expression language in a jsp?
What is jsp container?
What is the difference between a scrollbar and a scrollpane in jsp?
Explain static method?
What is server context?