Interview Question
Qus: In a single record, a user selects multiple values from a multi-select picklist. How are selected valsues represented in Apex?
Answers (1)
As a Set with each value as an element in the set
As a List with each value as an element in the list.
As a String with each value separated by semi colon.