What is language attribute in JSP?



The language attribute indicates the programming language used in scripting the JSP page.

For example, because you usually use Java as the scripting language, your language option looks like this −

<%@ page language = "java" %>
Updated on: 2019-07-30T22:30:25+05:30

479 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements