Contents

Which of the following are important methods of response object?
a) add header                      
b) binary write
c) flush                                  
d) all of these

d

Which of the following important methods of application object?
a) contents. Remove
b) unlock
c) lock                                   
d) all of these

d

How many events of application object?
a) one                                    
b) two
c) three                                  
d) four

b

Explanation: Application_onstart, Application_onend


Which of the following is used o store information about user?
a) session object 
b) application object
c) request object 
d) response object

a

How many properties of session object?
a) one                                    
b) two
c) three                                  
d) four

d

Explanation: codepage, LCID, Session_ID, Timeout


How many events of session object?
a) one                                    
b) two
c) three                                  
d) four

b

Explanation: session_onStart, session_onEnd