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
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
Explain what is orm?
What are the services in RMI ?
Is it possible to stop the execution of a method before completion in a sessionbean?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
What is the infobus?
What are the sequence of steps to write pub or sub model kind of application?
What is bean? Where can it be used?
What is a clone?
What you mean by COM and DCOM?
What class is the top of the awt event hierarchy?
What is jboss?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
What is aop(assepct oriented programing)?
which type of objects reference will be given to client?