logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • If I call performSelector:withObject:afterDelay: ? is the object retained?


  • Correct Answer
  • Yes the object is retained It creates a timer that calls a selector on the current threads run loop It may not be 100% precise time-wise as it attempts to dequeue the message from the run loop and perform the selector 


  • Technology problems


    Search Results


    • 1. Whats the difference between a NSArray and a NSMutableArray?
    • Discuss
    • 2. Whats a struct?
    • Discuss
    • 3. How will you launch an Activity within you application?
    • Discuss
    • 4. How can your application perform actions that are provided by other application e.g. sending email?
    • Discuss
    • 5. Write code snippet to retrieve IMEI number of Android phone?
    • Discuss
    • 6. Explain the correct way to manage Outlets memory?
    • Discuss
    • 7. Where can you test Apple iPhone apps if you don?t have the device?
    • Discuss
    • 8. Which API is used to write test scripts that help in exercising the application's user interface elements?
    • Discuss
    • 9. Assume that your app is running in the foreground but is currently not receiving events. In which sate it would be in?
    • Discuss
    • 10. What are layer objects and what do they represent?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment