Which jsp method cannot be overridden?


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  


Why should we not configure jsp standard tags in web.xml?

0 Answers  


Why do we use jstl tags?

0 Answers  


What does jsp mean in text?

0 Answers  


How can I override the jspinit() method within a jsp page?

0 Answers  


What are the implicit objects in jsp?

0 Answers  


How to deactivate el usage on jsp?

0 Answers  


What is jsp-config in deployment descriptor?

0 Answers  


How can we disable el?

0 Answers  


Explain client-side and server-side validation.

0 Answers  


What is client scripting?

0 Answers  


What is the full form of jsp?

0 Answers  


Categories