Explain the jsp:setProperty action.


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

Post New Answer

More JSP Interview Questions

What is a tag file?

0 Answers  


Can jsp run without server?

0 Answers  


What are the elements of jsp?

0 Answers  


Mention the jstl core tags.

0 Answers  


What are jsp lifecycle methods?

0 Answers  






What is a page directive?

0 Answers  


What is pagecontext jsp?

0 Answers  


What is jsp net?

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  


Why are the request.getrequestdispatcher() and context.getrequestdispatcher() used?

0 Answers  


Is there a way to reference the "this" variable within a jsp page?

0 Answers  


Can we use the exception implicit object in any jsp page?

0 Answers  


Categories