Explain translation phase.
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between <jsp:include page=…> and <%@include file=…>.
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 a jsp directive?
Why is _jspservice () method starting with an '_'?
What is the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?
How does el search for an attribute?
How can I set a cookie and delete a cookie from within a jsp page?
What is expression language injection?
What's the difference between javabeans and taglib directives?
Why do we use expression language in jsp?
Explain jsp action elements or action tags?
Mention the jstl core tags.