What are advantages of jsp over asp, php, pure servlets and others?
No Answer is Posted For this Question
Be the First to Post Answer
Which tag is used for error handling in jsp pages?
Can init method be overridden?
Which jsp lifecycle methods can be overridden?
How To maintain session ..?
Explain jsp?
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...........
What is session getattribute in jsp?
How do I set password expire time period?
How can my application get to know when a httpsession is removed?
How to run java program in jsp page?
How do I set password expire time period?
How to implement a thread-safe jsp page?