What are the literals used in jsp?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JSP Interview Questions

How is jsp used in the mvc model?

0 Answers  


Differentiate between include directive and include action.

0 Answers  


What is the _jspservice() method?

0 Answers  


What is attribute in jsp?

0 Answers  


How to make a “new line in html” in jsp?

0 Answers  






What is difference between custom jsp tags and beans?

0 Answers  


What are the implicit objects in jsp?

0 Answers  


Explain jsp?

0 Answers  


How do I save a jsp file?

0 Answers  


What is context in web application?

0 Answers  


What is jsp custom tag and what are it’s components?

0 Answers  


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...........

0 Answers  


Categories