What is jsp and why do we need it?
No Answer is Posted For this Question
Be the First to Post Answer
What is error page in jsp?
Explain the jsp:setProperty action.
What are the different types scripting elements in jsp?
Which tag is used for error handling in jsp pages?
Explain about the Scriplet and Exclamatory 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...........
what is jsp? a technology ,a language or something else ?
What is the purpose of jsp and why it is widely used?
How to get value from java to jsp page?
How to delete a cookie in a jsp?
What is jsp and why do we need it?
What is scripting elements in jsp?