1.
In iOS, which of the following is the correct implementation of the autorelease function?
2.
In iOS, which of the following statements is true for an app in the active state?
3.
In iOS, which of the following statements is true for an app in the background state?
4.
Which of the following statements is true about the retain function in iOS?
5.
Which of the following statements is true about the assign function in iOS?
6.

Which of the following statements is true about categories in iOS:

  1. A category is a feature of the Objective-C language that enables users to add methods (interface and implementation) to a class without having to make a subclass.
  2. The methods in the category become a part of the class type and are inherited by all the subclasses.
  3. There is no runtime difference within the scope of the program between the original methods of the class and the methods added by the category.

  4.  
7.
Which of the following statements is true about posing in iOS?
8.
Which of the following JSON frameworks is supported by iOS?
9.
Which of the following frameworks is used to develop the user interface of an application in iOS?
10.
In iOS, which of the following facilities is not provided by the UIKit framework?