How to deactivate el on jsp?



How to deactivate el on jsp?..

Answer / Nakul Srivastava

To deactivate EL (Expression Language) in JSP, you can use the `<%` and `%>` delimiters instead of `${...}` for scriptlets. However, it's generally discouraged as EL provides a cleaner syntax.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JSP Interview Questions

Java Server Page I can use a function in two ways: Either I declare <jsp:useBean id="myBean" scope="session" class="mypack.mysubpack.MyClass" /> or I declare <%@ page import = "mypack.mysubpack.MyClass" %> In each case I can call a function later by coding MyClass.myFunction(); So what is the difference between the two variantes? Why are Beans invented if we don't need them because we have the import statement ? please guide me its an humble request to you reader if u know n i'll be thankful to you...........

1 Answers  


What is the purpose of jsp and why it is widely used?

1 Answers  


When will container initialize multiple jsp/servlet objects?

1 Answers  


What are different types of comments used in jsp?

1 Answers  


What is jsp servlet?

1 Answers  


How is scripting disabled?

1 Answers  


What are the 3 tags used in jsp bean development?

1 Answers  


which situation you use static include and dynamic include in jsp?

2 Answers   L&T,


What is the <jsp:forward> standard action?

1 Answers  


What is session getattribute in jsp?

1 Answers  


how to extends one jsp page to another jsp page with realtime example?

3 Answers   CTS, Jamcracker,


What's the difference between an import and include directive, and also the difference between include directive and include action?

1 Answers  


Categories