nerdexam
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)
  • A
    7% (1)
  • B
    14% (2)
  • C
    71% (10)
  • D
    7% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-899 Practice