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
i have one jsp page. inside this, String s=req.getParameter("raja");...... now we want to remove duplicate characters and o/p will be like "rj".... what is the logic?
can i use vb script with jsp?
Explain how you understand the action tag and jsp action elements.
What is jsp container?
What is session setattribute?
How to retrieve warnings?
What is the <jsp:forward> standard action?
What is jsp and why is it needed?
Why is _jspservice() method starting with an '_' while other life cycle methods do not?
Mention some important jsp action tags.
What does jsp mean in text?
What is a jsp and what is it used for?