What is the use of jstl?


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

Post New Answer

More JSP Interview Questions

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  


Which jsp methods can be overridden?

0 Answers  


How is scripting disabled?

0 Answers  


Can you call jsp from servlet?

0 Answers  


How do I set password expire time period?

4 Answers  






What is jsp action tags?

0 Answers  


Are application, pageContext and object of ServletContext same or not?

2 Answers  


What is the jspdestroy() method?

0 Answers  


What is a translation unit?

0 Answers  


What is scriptlet tag in jsp?

0 Answers  


What is jsp and its features?

0 Answers  


List the various action tags used in jsp.

0 Answers  


Categories