What is a jsp container?
No Answer is Posted For this Question
Be the First to Post Answer
Why is _jspservice () method starting with an '_'?
List the different scope values for the <jsp:usebean> tag in jsp?
What is request scope in jsp?
How does JSP handle run-time exceptions?
What do you mean by jstl?
What are the advantages and disadvantages of thread-safe jsp page?
Why is it not recommended to use script elements in jsp?
What is the <jsp:include> standard action?
What’s the difference between forward and sendredirect?
Why is jsp used for?
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 jsp life cycle is in correct order?