How to disable session in jsp?


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

Post New Answer

More JSP Interview Questions

Give an example where you need jsp custom tag?

0 Answers  


What is use of scriptlet tags in jsp?

0 Answers  


What are the jsp standard actions?

0 Answers  


What are the different scope values for the jsp objects?

0 Answers  


Which jsp lifecycle methods can be overridden?

0 Answers  






What is the difference between a scrollbar and a scrollpane in jsp?

0 Answers  


Which jsp life cycle is in correct order?

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 are the attributes of page directive?

0 Answers  


How do we prevent browser from caching output of my jsp pages?

0 Answers  


Define Static Block.

0 Answers  


What do you know about jsp tags? Explain how you understand the action tag and jsp action elements.

0 Answers  


Categories