Software Engineering Mcqs

Difference between Response.Write() and Response.Output.Write() ?
  • (A)  Response.Output.Write() allows you to write formatted output
  • (B)  Response.Output.Write() allows you to stream output
  • (C)  Response.Output.Write() allows you to buffer output
  • (D)  Respons
  • (E)  Output.Write() allows you to flush output
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