Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how we can implement interface in jsp ?

Answers were Sorted based on User's Feedback



how we can implement interface in jsp ?..

Answer / 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

how we can implement interface in jsp ?..

Answer / srinu

yes we can implement interface.The follwing way we can
imlement the interface.
<%@ page import='mypackage.MyInterface' %>

Is This Answer Correct ?    4 Yes 22 No

Post New Answer

More Advanced Java Interview Questions

Explain the stub's and skeleton's functionality?

7 Answers  


What is RRL?

1 Answers  


What is a modular application? What does module-relative mean?

0 Answers  


Why are my checkboxes not being set from on to off?

0 Answers  


In a multitiered application which tier is the browser in?

10 Answers   Adobe,


Brief description about local interfaces?

0 Answers  


What is the highest-level event class of the event-delegation model?

0 Answers  


can i call multipule form beans in Action class?

1 Answers   Wipro,


Explain Object Serialization and it can be used?

3 Answers   Infosys,


What is Remote Server?

0 Answers   TCS,


What will happens, when a thread cannot acquire a lock on an object?

2 Answers  


can a static method be overridden

41 Answers   IBM, SolutionNET,


Categories