What are the jsp tag?
No Answer is Posted For this Question
Be the First to Post Answer
What is request getcontextpath ()?
What are the standard actions available in jsp?
What are the two ways to include the result of another page?
What is the most needed for STRUTS ?
Why do we need servlets and jsp?
What is difference between java and jsp?
What do you mean by jsp directives?
why ,what, when, where,how the extended star schema is used.
Which jsp method cannot be overridden?
What is the difference between a scrollbar and a scrollpane in jsp?
What is the difference between <jsp:forward> and sendRedirect?
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...........