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 |
How do I set password expire time period?
What is scriptlet tag?
Which is best centre in chennai.. i am wil study to java... pls help me..
How does a jsp engine work?
What are the implicit objects in jsp?
What is difference between jsp and jstl?
Why jsp and servlets are used?
What is a tag file in jsp?
Which jsp lifecycle methods can be overridden?
What is declaration statement?
Explain what is jsp ?
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...........