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 JSP can extend servlet or interface ...?

Answer Posted / jayakrishna

We cannot implement an interface in a jsp but we can extend
a class in JSP by using extends attribute of the page
directive.

extends "package.class"
The fully qualified name of the superclass of the Java
class file this JSP file will be compiled to. Use this
attribute cautiously as it can limit the JSP container's
ability to provide a specialized superclass that improves
the quality of the compiled file.


Is This Answer Correct ?    7 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Whether thread can be used in servlets?

1262


What is new in ServletRequest interface ? (Servlet 2.4)

1062


What is servlet interface?

1277


How do you design microservices?

1155


Why do we use sendredirect() method?

1024


How can we refresh automatically when new data has entered the database?

1165


What are the phases of servlet life cycle?

1167


What do you mean by interservlet communication?

1122


What is meant by Servlet? What are the parameters of service method?

1101


Explain the difference between a web server and a web container?

1058


When a servlet accepts a call from a client, it receives two objects. What are they?

1305


What is the use of attribute in servlets?

1085


What is the use of httpservletrequestwrapper and httpservletresponsewrapper?

1105


Can we override servlet service method?

1151


Explain the architechure of a servlet?

1165