Explain jsp and tell its uses?
No Answer is Posted For this Question
Be the First to Post Answer
What is <jsp:usebean> in jsp?
What are the two ways to include the result of another page?
What are the jsp tags?
What are the standard actions available in jsp?
How can I implement a thread-safe jsp page? What are the advantages and disadvantages of using it?
What is contextpath?
What is called jsp directive?
Differentiate between pagecontext.include and jsp:include?
i have one jsp page. inside this, String s=req.getParameter("raja");...... now we want to remove duplicate characters and o/p will be like "rj".... what is the logic?
Explain the <jsp:param> action?
What is a jsp page?
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...........