mention the three important tags used in the development of jsp bean.


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

Post New Answer

More JSP Interview Questions

What do you know about jsp expression language (jsp expression language – el)?

0 Answers  


What is the different between servlet and struts

2 Answers  


What is cookie with example?

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 is the purpose of jsp and why it is widely used?

0 Answers  






How can we handle the exceptions in jsp?

0 Answers  


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

0 Answers  


What are jsp declarations?

0 Answers  


How we can disable session in jsp?

0 Answers  


What is Include directive?

0 Answers  


How can information from one JSP be passed to another JSP?

0 Answers  


What is jsp life cycle?

0 Answers  


Categories