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? Explain
What is out println in jsp?
What does jsp mean?
Explain implicit objects in jsp?
Is jsp static or dynamic?
How to deactivate el usage on jsp?
What is the differences between the jsp custom tags and java beans?
What is the difference between java servlet and jsp?
how to enable session tracking for jsp pages,if the browser has disabled cookies?
how can i add properties in dynamic text fields using .js file?
What is a jsp expression?
Explain the difference between servletcontext and pagecontext in jsp?