When will container initialize multiple jsp/servlet objects?
Can we write java code in jsp?
How are Servlets and JSP Pages related?
What is session scope?
What is jsp page?
What are the elements of a jsp page?
Why taglib is used in jsp?
What is jsp taglib?
Can jsp contain javascript?
When the destroy method of the jsp's are called?
What is the purpose of <jsp:getproperty >?
What is welcome file list?
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...........