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 the use of?
What is jsp translation time?
Define JSP Scriptlet.
What is jsp translation phase?
Can a jsp page instantiate a serialized bean?
How can I override the jspinit() and jspdestroy() methods within a jsp page?
hi friends...i created sessions in my login page i can able to create a session but after loging out again i can able access the pages by its addresses. i think u may got problem if possible post me small example for login with sessions including database
How can I implement a thread-safe jsp page? What are the advantages and disadvantages of using it?
When the destroy method of the jsp's are called?
What jsp lifecycle methods can be overridden?
What is jsp life cycle?
What is scriptlet, expression and declaration in jsp?