Why do we need custom tags in jsp?
No Answer is Posted For this Question
Be the First to Post Answer
What are the scopes available in <jsp:usebean>?
What is jsp and its advantages?
What is the use of?
Differentiate between response.sendredirect(url) and <jsp:forward page = …> ?
Can you override jspinit() method? If yes, in which cases?
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 jsp and how it works?
What are the implicit, internal objects and methods on the jsp page?
How can I maintain session in JSP Page in the bases of user name and password:
Can we define a class inside a jsp page?
What is el?
What is jsp param?