
How use language attribute in page directive ?

This attribute is used to denote the language used by a file. Language denotes the scripting language used in scriptlets, declarations, and expressions in the JSP page and any included files.
Syntax of language attribute for page directive is :
<%@ page language = "lang" %> <%@ page language = "java" %>
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.