What is a jsp expression?
No Answer is Posted For this Question
Be the First to Post Answer
What is jsp param?
Differentiate between <jsp:include page=…> and <%@include file=…>.
What is expression tag in jsp?
Differentiate between include directive and include action.
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...........
Show attributes of page directives.
What are context initialization parameters?
Can u Override any of the lifecycle methods of JSP?
What is the difference between <jsp:forward> and sendRedirect?
Can we write java code in jsp?
Why is _jspservice () method starting with an '_'?
Explain implicit objects in jsp?