What are the different scope values for the jsp objects?


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

Post New Answer

More JSP Interview Questions

Can you disable the caching on the back button of a particular browser?

0 Answers  


How do I set password expire time period?

4 Answers  


What is difference between jsp and jstl?

0 Answers  


Can I use javascript on jsp page?

0 Answers  


Explain pge Directives.

0 Answers  






When destroy method of jsp is called?

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  


What is pagescope in jsp?

0 Answers  


What are the standard actions available in jsp?

0 Answers  


How can I override the jspdestroy() method within a jsp page?

0 Answers  


What are the different scope values for the <jsp:usebean> tag?

0 Answers  


What is a jsp and what is it used for?

0 Answers  


Categories