logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is Automatic Reference Counting (ARC) ?


  • Correct Answer
  • ARC is a compiler-level feature that simplifies the process of managing the lifetimes of Objective-C objects Instead of you having to remember when to retain or release an object, ARC evaluates the lifetime requirements of your objects and automatically inserts the appropriate method calls at compile time 


  • Technology problems


    Search Results


    • 1. What are the tools required to develop iOS applications?
    • Discuss
    • 2. Give example scenarios when an application goes into InActive state?
    • Discuss
    • 3. What is Cocoa and cocoa touch?
    • Discuss
    • 4. What is the string contained in s after following lines of code? StringBuffer s = new StringBuffer(?Hello?); s.deleteCharAt(0); ?

    • Options
    • A. llo
    • B. Hllo
    • C. ello
    • D. H
    • Discuss
    • 5. Which of the following are incorrect form of StringBuffer class constructor ?

    • Options
    • A. StringBuffer(int size , String str)
    • B. StringBuffer(int size)
    • C. StringBuffer(String str)
    • D. StringBuffer()
    • Discuss
    • 6. What is ARC ?
    • Discuss
    • 7. What are the security laws which take care of the data in the cloud?
    • Discuss
    • 8. How does fault tolerance work in mapreduce?
    • Discuss
    • 9. Write a SQL Query to find year from date.
    • Discuss
    • 10. Write SQL Query to find second highest salary of Employee.
    • Discuss


    Comments

    There are no comments.

Enter a new Comment