What is the resourcebundle class in jsp?
No Answer is Posted For this Question
Be the First to Post Answer
Plz any body tell me why use jsp over servlet.what is the benefit of jsp over servlet?
4 Answers Future Generali, HCL,
What do you know about pagecontext and what are the advantages of using it?
When does a container initialize multiple jsp / servlet objects?
How can information from one JSP be passed to another JSP?
When destroy method of jsp is called?
Can you call jsp from servlet?
List the various action tags used 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...........
Why is it not necessary to configure standard jsp tags in web.xml?
What is page scope?
What are the two kinds of comments in jsp and what's the difference between them ?
What is jsp and why is it needed?