logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Give example scenarios when an application goes into InActive state?


  • Correct Answer
  • An app can get into InActive state when the user locks the screen or the system prompts the user to respond to some event eg SMS message, incoming call etc 


  • Technology problems


    Search Results


    • 1. What is Cocoa and cocoa touch?
    • Discuss
    • 2. 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
    • 3. 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
    • 4. What is immutable object? Can you write immutable object ?
    • Discuss
    • 5. What is the difference between ViewState and SessionState?
    • Discuss
    • 6. What are the tools required to develop iOS applications?
    • Discuss
    • 7. What is Automatic Reference Counting (ARC) ?
    • Discuss
    • 8. What is ARC ?
    • Discuss
    • 9. What are the security laws which take care of the data in the cloud?
    • Discuss
    • 10. How does fault tolerance work in mapreduce?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment