When does Garbage collector run ?
A. It runs random
B. When application is running for more than 15 minutes
C. When application is running low of memory
D. None of these
A. Request.QueryString
B. Response.writeln
C. Response.write
D. Request.Form
A. Session.Abandon
B. Session.Dump
C. Session.Exit
D. None of these
A. Request object
B. Hidden fields
C. View state
D. Cookies
A. Clears all the section value from rendered HTML File
B. Clears the content of the Rendered page
C. Clears all Headers from the buffer stream
D. None of the above
A. Httphandler is an event handler and httpmodule is module to do some task
B. Httphandler is an class and Httpmodule is an assembly
C. All of the above
D. None of the above
A. IsPostBack is a readonly property of System.Web.UI.Page class
B. IsPostBack is a method of System.UI.Web.Page class
C. IsPostBack is a method of System.Web.UI.Page class
D. None of these