logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is the difference between ViewState and SessionState?


  • Correct Answer
  • 'ViewState' is specific to a page in a session 'SessionState' is specific to user specific data that can be accessed across all pages in the web application 

  • Tags: Analyst, IT Trainer

    Technology problems


    Search Results


    • 1. How can you avoid callback hells ?
    • Discuss
    • 2. What is Spring IoC container ?
    • Discuss
    • 3. Difference between Arraylist and Linked list?
    • Discuss
    • 4. How to identify a given positive decimal number as even/odd without using % or / operator ?
    • Discuss
    • 5. Which containers use a FlowLayout as their default layout ?
    • Discuss
    • 6. What is immutable object? Can you write immutable object ?
    • Discuss
    • 7. 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
    • 8. 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
    • 9. What is Cocoa and cocoa touch?
    • Discuss
    • 10. Give example scenarios when an application goes into InActive state?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment