What is custom tag library?
No Answer is Posted For this Question
Be the First to Post Answer
How can we retrieve warnings?
What is taglibs?
Which tag is used for error handling in jsp pages?
Explain what is jsp ?
What is welcome file list?
What is cookie with example?
Explain pge Directives.
What is client scripting?
How to include a jsp file in another jsp file?
How can I declare methods within my jsp page?
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...........
What is context url?