How to disable scripting?



How to disable scripting?..

Answer / Sudhanshu Pathak

To disable JSP scripting, you can set the isScriptingEnabled attribute of the page directive to false. For example: n`<%@ page isScriptingEnabled="false" %>`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JSP Interview Questions

How does a jsp work?

1 Answers  


What is the use of jstl?

1 Answers  


What are the different scopes an object can have in a jsp page?

1 Answers  


Where is jsp used?

1 Answers  


What is request scope in jsp?

1 Answers  


Differentiate between <jsp:include page=…> and <%@include file=…>.

1 Answers  


What do you mean by custom tag in jsp?

1 Answers  


Which syntax is used to comment jsp?

1 Answers  


What is jsp life cycle?

1 Answers  


How to include static files in a jsp?

1 Answers  


Is jsp compiled?

1 Answers  


What is tld file?

1 Answers  


Categories