Please give the solution

Hi everybody,

Please give the solution if you have with explanation.

Given the web application deployment descriptor.....

<jsp-config>

<jsp-property-group>

<url-pattern>*.jsp</url-pattern>

<scripting-invalid>false</scripting-invalid>

</jsp-property-group>

</jsp-config>

and example.jsp:

10X5=${10*5}

2*3=<%=2*3%>

What is the result?

[465 byte] By [asimaa] at [2007-11-26 16:13:44]
# 1
I need the solution immediately.Please give the solution........
asimaa at 2007-7-8 22:36:28 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Have you started already?MeTitus
Me_Titusa at 2007-7-8 22:36:28 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
The output depends on the used servlet implementation version. Using the servlet 2.3 spec the ${10*5} will not work, but it will when using the servlet 2.4 spec.
gimbal2a at 2007-7-8 22:36:28 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...