Instance variables are those which are defined at the class level Instance variables need not be initialized before using them as they are automatically initialized to their default values
Correct Answer: For launching an application, we will need to create an intent that explicitly defines the activity that we wish to start For example: Code Intent intent = new Intent(this, MyTestActivityclass); startActivity(intent);
3. Whats the difference between a NSArray and a NSMutableArray?
Correct Answer: A NSArray?s contents can not be modified once it?s been created whereas a NSMutableArray can be modified as needed, ie items can be added/removed from it
4. Values that are used to end loops are referred to as _____ values.
Correct Answer: Complete database recovery from disk failure is possible only in ARCHIVELOG mode Online database backup is possible only in ARCHIVELOG mode
10. Which of the following are incorrect form of StringBuffer class constructor ?