nerdexam
Oracle

1Z0-899 · Question #140

Given an EL function foo, in namespace func, that requires a long as a parameter and returns a Map, which two are valid invocations of function foo? (Choose two.)

The correct answer is C. ${func:foo(2)} F. ${func:foo("3").name}. See the full explanation below for the reasoning.

Question

Given an EL function foo, in namespace func, that requires a long as a parameter and returns a Map, which two are valid invocations of function foo? (Choose two.)

Options

  • A${func(1)}
  • B${foo:func(4)}
  • C${func:foo(2)}
  • D${foo(5):func}
  • E${func:foo("easy")}
  • F${func:foo("3").name}

How the community answered

(32 responses)
  • B
    6% (2)
  • C
    78% (25)
  • D
    13% (4)
  • E
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-899 Practice