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 jsp servlet?
Why use of scripting elements in jsp is discouraged?
What is jsp scriptlet tag used for?
What is a jsp directive?
List all tags that are provided in jstl?
What are the different scope values for the <jsp:usebean> tag?
What are advantages of jsp over asp, php, pure servlets and others?
What is jsp and its features?
Which is better jsp or javascript?
Differentiate between response.sendredirect(url) and <jsp:forward page = …> ?
How can you make the finally clause not to fail to execute?
Explain some jsp life-cycle methods that can be overridden.