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
Are we allowed to change the transaction isolation property in middle of a transaction?
What is the RMI and Socket?
what is meant by JRMP?
What is the relationship between the canvas class and the graphics class?
How will you pass parameters in RMI? Why do you serialize?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
What is jboss?
Difference between new operator and class.forname().newinstance()?
What is synchronization and why is it important?
Explain about RMI Architecture?
What is a tasks priority and how is it used in scheduling?
What is ripple effect?
What is JTS?
What is colon_pkg_prefixes and what is its use?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?