posted 24 years ago
If you want to make your component to activate for user events, chose the statements which are
correct
A.
you can add listener interfaces to this component.
B.
if you add multiple listeners they fill become friendly to eachother.
C.
you can add multiple interfaces to the component for different events.
D.
if listeners added, user can choose and implement only those methods what
he needs
E.
the component which is derived from awt component is not listening to the
events for itself.
ans:a,c
correct me if i am wrong
yhaks
shri