What is the <jsp:usebean> standard action?
No Answer is Posted For this Question
Be the First to Post Answer
Are dialogue tags necessary?
What is request scope in jsp?
What is the <jsp:include> standard action?
What are the different directives in jsp?
What is difference between sendredirect and forward?
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...........
What information is needed to create a tcp socket?
Can init method be overridden?
What are the possible values for language directive?
how to insert star image and need to rate it.. one star two star so on how to do in jsp...????
What is a jsp file?
Is jsp server side scripting language?