Question:Suppose we have an arrayCollection whose cursor (myCursor) has been created using the arraycollection's getCursor() method. At runtime, when myCursor.afterLast returns true, what is the value of myCursor.current?
A Null
B A reference to the last item in the array collection
C A reference to the first item in the array collection
D A reference to any random item in the array collection
+ AnswerA
+ Report