Given the web application deployment descriptor: 1 2 3 *.jsp 4 false 5 6 andexample.jsp: 10 x 5 = ${10 * 5}
2 * 3 = <%= 2 * 3 %>
What is the result?
Reveal answer
Fill a bubble to check yourself
Given the web application deployment descriptor: 1 2 3 *.jsp 4 false 5 6 andexample.jsp: 10 x 5 = ${10 * 5}
2 * 3 = <%= 2 * 3 %>
What is the result?