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 expression tag in jsp?
What is a tag file in jsp?
How are custom tags in jsp created?
How to find the hidden answers present in an online exam?
What are the directives in jsp?
Explain the jspdestroy() method?
Why is jstl used?
What is the use of jsp implicit objects?
What is a hidden comment?
What do you mean by custom tag in jsp?
Which package does a jsp api consist of?
What are jsp declarations?