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
What is a javaserver pages (jsp)?
What is the use of requestdispatcher?
Give a sample jsp configuration in the deployment descriptor.
How to create menu in jsp with example?
What is JSP?
Can you stop multiple submits to a web page that are initiated by clicking to refresh button?
What is jsp net?
Why does jcomponent have add() and remove() methods but the component does not?
List out some advantages of using jsp.
Can I stop jsp execution while in the midst of processing a request?
Is the session object always created on the jsp page, is it possible to disable its creation?
What is difference between sendredirect and forward?