logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What are the tools required to develop iOS applications?


  • Correct Answer
  • IOS development requires Intel-based Macintosh computer and iOS SDK 


  • Technology problems


    Search Results


    • 1. Give example scenarios when an application goes into InActive state?
    • Discuss
    • 2. What is Cocoa and cocoa touch?
    • Discuss
    • 3. 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
    • 4. 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
    • 5. What is immutable object? Can you write immutable object ?
    • Discuss
    • 6. What is Automatic Reference Counting (ARC) ?
    • Discuss
    • 7. What is ARC ?
    • Discuss
    • 8. What are the security laws which take care of the data in the cloud?
    • Discuss
    • 9. How does fault tolerance work in mapreduce?
    • Discuss
    • 10. Write a SQL Query to find year from date.
    • Discuss


    Comments

    There are no comments.

Enter a new Comment