Top 100+ questions in Technology

0 votes
    How can we put nil it into dictionary/array?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    What can’t we put into an array or dictionary?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    What happens with the objects if the array is released?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    What happens if you add your just created object to a mutable array, and you release your object?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    What is the isa member in Objective-C?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    What happens when you create a block?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    How to make a code snippet thread safe?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    Reflection? Class Introspection? is there anything in objc and cocoa?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
0 votes
    What is an extension in Objective-C?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    What is the difference between underscore and self (i.e self.xx and _xx) ?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    What does @synchronized() do?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    What is toll-free bridging and when is it useful?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    When might you use a CFArray/Dictionary instead of a NSArray/Dictionary?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    What happens when we invoke a method on a nil pointer?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    Is Objective C, a dynamic language? True/False, explain....
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    Does a thread created using performSelectorInBackground:withObject: creates its own autorelease pool?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    What are NSAutoreleasePool? When to use them?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    How does dispatch_once manages to run only once?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    Can you write setter method for a retain property?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    Who calls dealloc method? Can we implement dealloc in ARC? If yes, what is the need to do that?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    Are id and instanceType same? If not, what are differences between them in Objective-C?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    What is instanceType in Objective-c?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
0 votes
    What is responder chain in Objective-C?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    What are blocks and how are they used?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    What is KVC and KVO? Give an example of using KVC to set value....
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    What is GCD? What are advantages over NSThread?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    Explain the difference between atomic and nonatomic synthesized properties....
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    Mention whether NSObject is a parent class or derived class?...
asked Nov 10, 2020 in Technology by JackTerrance
...