What is the need for jsp?
No Answer is Posted For this Question
Be the First to Post Answer
Which jsp lifecycle methods can be overridden?
Can you disable jsp scripting?
What is an implicit object?
What is jsp taglib?
What is the page directive is used to prevent a jsp page from automatically creating a session?
what is the extended star schema
What is server side programming language?
What is the jsp?
What are the implicit el objects 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...........
Give the syntax for jsp comments.
Can you make use of a servletoutputstream object from within a jsp page?