Can init method be overridden?



Can init method be overridden?..

Answer / guest

YES. jspInit() and jspDestroy() method van be overrideen,
but _jspService() can not be.

Is This Answer Correct ?    9 Yes 0 No

Post New Answer

More JSP Interview Questions

How do I set password expire time period?

4 Answers  


What is scriptlet tag?

1 Answers  


Which is best centre in chennai.. i am wil study to java... pls help me..

3 Answers  


How does a jsp engine work?

1 Answers  


What are the implicit objects in jsp?

1 Answers  


What is difference between jsp and jstl?

1 Answers  


Why jsp and servlets are used?

1 Answers  


What is a tag file in jsp?

1 Answers  


Which jsp lifecycle methods can be overridden?

1 Answers  


What is declaration statement?

1 Answers  


Explain what is jsp ?

1 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...........

1 Answers  


Categories