Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1. (TCO 3) You can use ________ to track the state of each user in the applicati

ID: 3562242 • Letter: 1

Question

1. (TCO 3) You can use ________ to track the state of each user in the application. (Points : 3)        Application state
       Session state
       cookies
       Web.config
       Global.asax

       StateServer variable level
       InProc server
       Database
       Global.asax
       Web.config

Question 2. 2. (TCO 3) You can use the _________ to store items that all users have in common. (Points : 3)        Session variable
       Application State
       Cookies State
       Web.config variables
       Global.asax State

Explanation / Answer

1) Changing the value at a given index of an array after it is created.

2)negative integers.

3) Book[] books;
books = new Book[ numberElements ];

4) int[][] items = { { 2, 4 }, { 6, 8 }, { 10, 12 } };

5) format

6) Accessing a field that is shadowed by a local variable

7) A compilation error occurs

8) The compiler always creates a default constructor for a class.

9) values.

10) are shared by all objects of a class.