If the system cannot find an activity to handle an Intent’s action, then method startActivity throws an Activity-NotFound-Exception. You can prevent this exception from happening by first using Intent method ________ to determine whether there is an Activity to handle the Intent.
a. findActivity
b. findActivityForIntent
c. resolveActivity
d. resolveActivityForIntent
d. resolveActivityForIntent
Computer Science & Information Technology