What do you mean by custom tag in jsp?
No Answer is Posted For this Question
Be the First to Post Answer
Can we use methods in JSP? If so where the methods are stored in servlet class file?
6 Answers Bodhtree, Cognizant, Persistent, TCS,
what will happen if we disable cookies in the web page?
Why are implicit objects not available in a regular jsp page?
What are the different types of jstl tags?
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...........
Which tags are used for bean development?
What is content type in jsp?
How does JSP handle run-time exceptions?
Is jsp platform dependent?
Can we use jsp implicit objects in a method defined in jsp declaration?
how to enable session tracking for jsp pages,if the browser has disabled cookies?
Is jsp server side or client side?