What are jsp and servlets?
No Answer is Posted For this Question
Be the First to Post Answer
What are scriptlets in jsp?
How to delete a cookie in jsp?
What is a tag file in jsp?
What is the purpose of <jsp:getproperty >?
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...........
How can I maintain session in JSP Page in the bases of user name and password:
How can I set a cookie and delete a cookie from within a jsp page?
What is a declaration?
How does JSP handle run-time exceptions?
Is jsp a programming language?
why we use jsp as view
3 Answers NCS, Scope International,
Explain lifecycle methods.