You are modifying a form using JDAPI, and you need to process all the items of a Forms block.
Which approach would be best?
A.
Create an object for reach item of the block.
B.
Use the Jdapilterator class to iterate through all items of the block.
C.
Write a separate method for each item that must be processed.
D.
Create an array of item objects explicitly and process the elements of the array.