What is a session in web?
No Answer is Posted For this Question
Be the First to Post Answer
How to access java variable in jsp?
What is a jsp expression?
How can I use jsp in the mvc model?
When the destroy method of the jsp's are called?
What is a scriptlet?
Can you disable the caching on the back button of a particular browser?
What is jsp scriptlet tag used for?
What is iselignored in jsp?
What is jstl jar?
What is the scope of response object?
What are the jsp tag?
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...........