What are the steps involved in reading data from a form using jsp?
No Answer is Posted For this Question
Be the First to Post Answer
How did you implement caching in jsp?
What is the use of 'out' implicit object?
Tell us about the stages (phases) of the jsp life cycle.
How can we extend jsp technology?
we want to provide the errors to the right side of the text field so what we want to add in jsp pages?
What are jsp el implicit objects and how it’s different from jsp implicit objects?
What is cookies in jsp?
How can html output be prevented from being cached?
What is the difference between include and jsp directive: include action?
What is jsp? Explain
Give uses of object cloning?
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...........