Expert Developer JavaScript Question:

Download Job Interview Questions and Answers PDF

What is the difference between ViewState and SessionState?

Expert JavaScript Developer Interview Question
Expert JavaScript Developer Interview Question

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.

Download Expert JavaScript Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain JavaScript closures by example?What Boolean operators can be used in JavaScript?