How to ignore the el expression evaluation in a jsp?
No Answer is Posted For this Question
Be the First to Post Answer
Which attribute specifies a jsp page that should process any exceptions thrown but not caught in the current page?
Are application, pageContext and object of ServletContext same or not?
Is jsp front end or backend?
What is a declaration?
How can we handle the exceptions in jsp?
What class.forname will do while loading drivers?
What is the difference between hide comment and output comment?
How do you delete the session data?
How many jsp scripting elements are there and what are they?
What are the different scopes an object can have in 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...........
Why do we need custom tags in jsp?