In which of the following cases is the ActivityNotFoundException thrown?
(a). When the Target Activity when started Explicitly is not declared in AndroidMainfest.xml file
(b). When the Target Activity to be started fails to retrieve the incoming intent object
(c). When the Target Activity lacks the <intent-filer>
tag inside the AndroidMainfest.xml
(d). None of the above