How can I declare methods within my jsp page?


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

Post New Answer

More JSP Interview Questions

Give a sample jsp configuration in the deployment descriptor.

0 Answers  


Is jsp front end or backend?

0 Answers  


What are the jsp tags?

0 Answers  


Can I run jsp on xampp?

0 Answers  


How does JSP handle run-time exceptions?

2 Answers   IBM,






How can a thread safe JSP page be implemented?

0 Answers  


How can we prevent implicit session creation in 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 is custom tag library?

0 Answers  


How to find the hidden answers present in an online exam?

3 Answers  


Which one is correct order of phases in jsp life cycle?

0 Answers  


What is tld in jsp?

0 Answers  


Categories