Why jsp is used instead of html?
No Answer is Posted For this Question
Be the First to Post Answer
How to delete a cookie in jsp?
What is a tag file in jsp?
how to pass values to a function fron input tags, and how to display that values in that called function
What program opens a jsp file?
What are request and response objects?
what is the extended star schema
What is jsp language?
why ,what, when, where,how the extended star schema is used.
What is action tag in jsp?
Give an example of using your own tags.
How to set a cookie in JSP?
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...........