What are the literals used in jsp?
No Answer is Posted For this Question
Be the First to Post Answer
How is jsp used in the mvc model?
Differentiate between include directive and include action.
What is the _jspservice() method?
What is attribute in jsp?
How to make a “new line in html” in jsp?
What is difference between custom jsp tags and beans?
What are the implicit objects in jsp?
Explain jsp?
How do I save a jsp file?
What is context in web application?
What is jsp custom tag and what are it’s components?
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...........