Android: Which statements are correct about Broadcast receivers?

Android: Which statements are correct about Broadcast receivers?



A. Broadcast receivers are Android's implementation of the Publish/Subscribe messaging pattern.
B. Applications (known as publishers) can generate broadcasts to simply send events not knowing who, if anyone
C. Receivers (known as subscribers) that want the information subscribe to specific messages via filters. If the me
D. All of above
E. None of above


Answer: D


Learn More :