Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Selected Reading
What is extends attribute in JSP?
The extends attribute specifies a superclass that the generated servlet must extend.
For example, the following directive directs the JSP translator to generate the servlet such that the servlet extends somePackage.SomeClass −
<%@ page extends = "somePackage.SomeClass" %>
Advertisements
