Multiple choice technology operating systems

Core components of an application like activities, services, and broadcast receivers etc., are activated through messages called as:

  1. contents

  2. filter

  3. intents

  4. activator

  5. servlets

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Intents are the messaging system in Android that activate core components like activities, services, and broadcast receivers. An Intent is essentially a message object that requests an action from another component. Contents and filters are UI concepts, servlets are Java web technologies, and 'activator' is not an Android term.