What is jsp servlet?
No Answer is Posted For this Question
Be the First to Post Answer
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 the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?
What is jsp servlet?
Which jsp life cycle is in correct order?
How do I run a jsp file?
Is jsp compiled?
how to disable the expression language in a jsp?
What is <jsp:usebean> in jsp?
How can I override the jspinit() method within a jsp page?
What do you mean by jsp directives?
How do I mix jsp and ssi #include? What is the difference between include directive & jsp:include action?
What is jsp-config in deployment descriptor?