Explore topic-wise MCQs in Technical MCQs.

This section includes 8 Mcqs, each offering curated multiple-choice questions to sharpen your Technical MCQs knowledge and support exam preparation. Choose a topic below to get started.

1.

Default Session data is stored in ASP.Net.

A. StateServer
B. Session Object
C. InProcess
D. All of the above
E.
Answer» D. All of the above
2.

Attribute must be set on a validator control for the validation to work

A. ControlToValidate
B. ControlToBind
C. ValidateControl
D. Validate
Answer» B. ControlToBind
3.

Difference between Response.Write() andResponse.Output.Write().

A. Response.Output.Write() allows you to buffer output
B. Response.Output.Write() allows you to write formatted output
C. Response.Output.Write() allows you to flush output
D. Response.Output.Write() allows you to stream output
Answer» C. Response.Output.Write() allows you to flush output
4.

Web.config file is used

A. Configures the time that the server-side codebehind module is called
B. To store the global information and variable definitions for the application
C. To configure the web server
D. To configure the web browser
Answer» C. To configure the web server
5.

ASP.NET is?

A. client side technologies
B. server side technologies
C. Both A and B
D. None of the above
Answer» D. None of the above
6.

Classic ASP pages have the file extension?

A. .aspx
B. .net
C. .asp
D. .cs
Answer» D. .cs
7.

ASP (aka Classic ASP) was introduced in?

A. 1997
B. 1998
C. 1999
D. 2000
Answer» C. 1999
8.

ASP stands for?

A. ActiveServerPages
B. AccessServerPages
C. ActiveServerPlatform
D. ActiveServerProgramming
Answer» B. AccessServerPages