What is meant by jsp?
No Answer is Posted For this Question
Be the First to Post Answer
What is jsp exception?
What is the difference between jsp and php?
What is the <jsp:forward> standard action?
Can a jsp page process html form data?
Explain client and server side validation?
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 to comment out jsp code?
Is jsp server side or client side?
How can we handle exceptions thrown by jsp service method?
Can we use methods in JSP? If so where the methods are stored in servlet class file?
6 Answers Bodhtree, Cognizant, Persistent, TCS,
What are the 3 tags used in jsp bean development?
What is a jsp and what is it used for?