How to deactivate el usage on jsp?
No Answer is Posted For this Question
Be the First to Post Answer
What is the _jspservice() method?
What is jsp and its advantages?
Why do we use expression language in jsp?
How does a servlet communicate with a jsp page?
Explain some jsp life-cycle methods that can be overridden.
What is pagescope in jsp?
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...........
Which categories can be divided jstl tags, give examples.
Can jsp contain javascript?
How can the applets be displayed in the jsp? Explain with an example.
How can you avoid scriptlet code in jsp?
What is jstl?