logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is Cocoa and cocoa touch?


  • Correct Answer
  • Cocoa is for Mac App development and cocoa touch is for apples touch devices - that provide all development environment 


  • Technology problems


    Search Results


    • 1. 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
    • 2. 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
    • 3. What is immutable object? Can you write immutable object ?
    • Discuss
    • 4. What is the difference between ViewState and SessionState?
    • Discuss
    • 5. How can you avoid callback hells ?
    • Discuss
    • 6. Give example scenarios when an application goes into InActive state?
    • Discuss
    • 7. What are the tools required to develop iOS applications?
    • Discuss
    • 8. What is Automatic Reference Counting (ARC) ?
    • Discuss
    • 9. What is ARC ?
    • Discuss
    • 10. What are the security laws which take care of the data in the cloud?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment