What is the difference between servletcontext and pagecontext?
No Answer is Posted For this Question
Be the First to Post Answer
What are jsp implicit objects?
how to print a string with out using out.println?
3 Answers Elementus Technologies,
How does error handling occur with jstl?
Differentiate between jsp scriptlet tag and declaration tag.
How do I mix jsp and ssi #include?
we want to provide the errors to the right side of the text field so what we want to add in jsp pages?
How can information from one JSP be passed to another JSP?
What Do you Mean By Object Serialization in java.
2 Answers Accenture, Cognizant,
What is asp and jsp?
What is the _jspservice() method?
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...........
Can we define a class inside a jsp page?