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" %>
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" %>