What is isScriptingEnabled Attribute in JSP?
Answers
Answered by
2
Answer
JSP scripting elements allow you to use Java programming language statements in your JSP pages. Scripting elements are typically used to create and access objects, define methods, and manage the flow of control. ... Attributes of scope objects (see Using Scope Objects) are created and used in scriptlets and expressions.
Similar questions