Multiple choice technology packaged enterprise solutions

In PeopleCode syntax optional items are enclosed in

  1. ( )

  2. [ ]

  3. { }

  4. / /

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

In PeopleCode syntax documentation, standard BNF notation is used where optional parameters, clauses, or items are enclosed in square brackets [ ] to distinguish them from required elements, which is a universal convention in programming manuals.