What do you know about jsp tags?
No Answer is Posted For this Question
Be the First to Post Answer
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 are different types of comments used in jsp?
How do I view a jsp file?
What is a declaration statement?
Explain the difference between include directive and include action in jsp?
Explain pge Directives.
How does error handling occur with jstl?
Explain the jspdestroy() method?
What do you mean by isscriptingenabled attribute?
When destroy method of jsp is called?
Explain about the Scriplet and Exclamatory Tag?
What are the different types scripting elements in jsp?