Multiple choice technology web technology

Given the following code fragments: * outcome /page.jsp and outcome /page.jsp Do they have the same effect ?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In JSF, if `is omitted from a navigation rule, it defaults to wildcard matching (*), applying to all views. Therefore, both configurations define a global navigation rule that redirects to/page.jsp` whenever the outcome is 'outcome', making them identical in effect.