logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is 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 

  • Tags: Analyst

    Technology problems


    Search Results


    • 1. What is Automatic Reference Counting (ARC) ?
    • Discuss
    • 2. What are the tools required to develop iOS applications?
    • Discuss
    • 3. Give example scenarios when an application goes into InActive state?
    • Discuss
    • 4. What is Cocoa and cocoa touch?
    • Discuss
    • 5. 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
    • 6. What are the security laws which take care of the data in the cloud?
    • Discuss
    • 7. How does fault tolerance work in mapreduce?
    • Discuss
    • 8. Write a SQL Query to find year from date.
    • Discuss
    • 9. Write SQL Query to find second highest salary of Employee.
    • Discuss
    • 10. A UNION query is which of the following?

    • Options
    • A. Combines the output from multiple queries and does not include the same number of columns.
    • B. Combines the output from multiple queries and must include the same number of columns.
    • C. Combines the output from no more than two queries and does not include the same number of columns.
    • D. Combines the output from no more than two queries and must include the same number of columns.
    • Discuss


    Comments

    There are no comments.

Enter a new Comment