What is a jsp expression?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JSP Interview Questions

What is jsp param?

0 Answers  


Differentiate between <jsp:include page=…> and <%@include file=…>.

0 Answers  


What is expression tag in jsp?

0 Answers  


Differentiate between include directive and include action.

0 Answers  


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...........

0 Answers  






Show attributes of page directives.

0 Answers  


What are context initialization parameters?

0 Answers  


Can u Override any of the lifecycle methods of JSP?

1 Answers  


What is the difference between <jsp:forward> and sendRedirect?

6 Answers   HCL,


Can we write java code in jsp?

0 Answers  


Why is _jspservice () method starting with an '_'?

0 Answers  


Explain implicit objects in jsp?

0 Answers  


Categories