Software Engineering Mcqs

Which of the following method must be overridden in a custom control ?

(A) The default constructor

(B) The Control_Build() method

(C) The Paint() method

(D) The Render() method

Submitted By: Ali Uppal


Submitted By: Ali Uppal


The .NET framework which provides automatic memory management using a technique called _________________?

(A) Assemblies

(B) Serialization

(C) Overriding

(D) Garbage Collection

Submitted By: Ali Uppal


____________ tests make sure that new code does not break existing code?

(A) Integration tests

(B) Regression tests

(C) Load test

(D) Unit tests

Submitted By: Ali Uppal


How do you get information from a form that is submitted using the “post” method ?

(A) Request.QueryString

(B) Response.writeln

(C) Response.write

(D) Request.Form

Submitted By: Ali Uppal


Caching type supported by ASP.Net ?

(A) Output Caching

(B) DataCaching

(C) Both A and B

(D) None of these

Submitted By: Ali Uppal


What is the significance of Response.AddHeaders( ) ?

(A) Adds HTTP Headers to output stream

(B) Adds Tag to rendered Page

(C) Add Headers to the web site

(D) None of the above

Submitted By: Ali Uppal


Submitted By: Ali Uppal


Submitted By: Ali Uppal


Which language is used to create an ASP.NET code file ?

(A) Visual Basic

(B) C#

(C) C++

(D) All of the above

Submitted By: Ali Uppal