What is the purpose of jsp?
No Answer is Posted For this Question
Be the First to Post Answer
which situation you use static include and dynamic include in jsp?
What is the <jsp:usebean> standard action?
What is a declaration?
How can I implement a thread-safe jsp page? What are the advantages and disadvantages of using it?
What are different types of comments in jsp?
What are the different types scripting elements in jsp?
Explain the difference between servlet and jsp?
Mention the scope values for <jsp.usebean> tag.
How does a jsp function?
What are the literals used in jsp?
What are the jsp tags?
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...........