Answer Posted / rahul
A JSP page can't directly implement an interface. If you
really need to do this you'll have to define a superclass
for your page which implements the interface. If you
declare this superclass to be abstract you can defer the
implementation of the interface to the JSP page. This
superclass will have to implement the interfaces
HttpJspPage and Servlet too, otherwise you will get a
compilation error from the JSP compiler.
| Is This Answer Correct ? | 27 Yes | 4 No |
Post New Answer View All Answers
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
Is the infobus client side only?
Is it possible to stop the execution of a method before completion in a sessionbean?
What are the services in RMI ?
What’s jboss jbpm?
What is the purpose of the notify() method?
whats is mean by connectionpooling
Have you used threads in Servelet?
whats is statement and procedure
Do I need to import javlang package any time? Why ?
what are RemoteObjects?
what are the activation groupworks?
Do you think that java should have had pointers?
What are the types of scaling?
Difference between hashmap and hashtable?