Which exception is thrown when a given package, application, or component name can not be found?
Options
- PackageManager.NameNotFoundException
- Resources.NotFoundException
- ParseException
- FormatException
CORRECT ANSWER : PackageManager.NameNotFoundException
Write your comments