Is jsp a front end?
No Answer is Posted For this Question
Be the First to Post Answer
when we will use the SendRedirect method instead of forward.
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 pagescope in jsp?
How to print java variable in jsp?
How can we avoid direct access of jsp pages from client browser?
What is jsp and why is it needed?
How to deactivate el usage on jsp?
Why do we need custom tags?
What do you mean by jsp?
What is _jspservice method?
How can the output of JSP or servlet page be prevented from being cached by the browser?
How to deactivate el on jsp?