Question:The useWeakReference parameter in the addEventListener method is used to:
A make the listener eligible for garbage collection
B make the Component for which the event is registered eligible for garbage collection.
C make the parent of the Component for which the event is registered eligible for garbage collection.
D All of these
+ AnswerA
+ Report