Oracle
1Z0-241 · Question #5
Are parameters passed to user-defined internal and external PeopleCode functions by reference or by value?
The correct answer is C. User-defined internal and external PeopleCode function parameters are always passed by reference. See the full explanation below for the reasoning.
Question
Are parameters passed to user-defined internal and external PeopleCode functions by reference or by value?
Options
- AThe first parameter is the input parameter, and the second parameter is output parameter.
- BUser-defined internal and external PeopleCode function parameters are always passed by value.
- CUser-defined internal and external PeopleCode function parameters are always passed by reference.
- DUser-defined internal and external PeopleCode function parameters can be passed as input or as output, depending on the function.
- EUser-defined internal and external PeopleCode function parameters can be passed by reference or by value, depending on the function.
How the community answered
(46 responses)- A2% (1)
- B4% (2)
- C78% (36)
- D2% (1)
- E13% (6)
Community Discussion
No community discussion yet for this question.