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...........
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between jsp scriptlet tag and declaration tag.
Explain about the Scriplet and Exclamatory Tag?
How does jsp engines instantiate tag handler classes instances?
What is scriptlet and what is expression?
How can html output be prevented from being cached?
How can I override the jspinit() method within a jsp page?
What is jsp translation phase?
What is scripting elements in jsp?
Define JSP Scriptlet.
What is jsessionid?
What are JSP ACTIONS?
How can we prevent implicit session creation in jsp?