Multiple choice technology

Which of the following is not comprised in UIKit

  1. Event handling

  2. Hardware API’s

  3. Application runtime

  4. Collection classes

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

UIKit includes event handling, hardware APIs for device features, and application runtime management. However, collection classes like NSArray, NSDictionary, NSSet are part of the Foundation framework, not UIKit. Foundation provides the core data collection classes.