Oracle
1Z0-899 · Question #147
Which JSTL code snippet can be used to perform URL rewriting?
The correct answer is C. <a href='<c:url value="foo.jsp"/>' />. See the full explanation below for the reasoning.
Question
Which JSTL code snippet can be used to perform URL rewriting?
Options
- A<a href='<c:url url="foo.jsp"/>' />
- B<a href='<c:link url="foo.jsp"/>' />
- C<a href='<c:url value="foo.jsp"/>' />
- D<a href='<c:link value="foo.jsp"/>' />
How the community answered
(14 responses)- A7% (1)
- B14% (2)
- C71% (10)
- D7% (1)
Community Discussion
No community discussion yet for this question.