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


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

Post New Answer

More JSP Interview Questions

Give an example of using your own tags.

0 Answers  


Can we use the exception implicit object in any jsp page?

0 Answers  


What is jstl core tags?

0 Answers  


What is tld file?

0 Answers  


Why does _jspService() start with an ‘_’ but other lifecycle methods do not?

0 Answers  


What is server side programming language?

0 Answers  


What are the advantages of jsp over servlet?

0 Answers  


What are the types of directives in jsp?

0 Answers  


What is difference between javascript and jsp?

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  


What are the different directives in jsp?

0 Answers  


Give the use of session object.

0 Answers  


Categories