Tag: programming languages

Questions Related to programming languages

  1. GacMgr.exe

  2. GacSvr32.exe

  3. GacUtil.exe

  4. RegSvr.exe


Correct Option: C
  1. .ASP

  2. .ASPX

  3. .Web

  4. None of the above


Correct Option: B
Explanation:

To answer this question, the user needs to know the common file extensions used in ASP.NET development.

The correct answer is:

B. .ASPX

Option A (.ASP) is incorrect because it is the file extension used for Classic ASP files, not ASP.NET files.

Option C (.Web) is incorrect because this is not a valid file extension used in ASP.NET development.

Option D (None of the above) is incorrect because .ASPX is, in fact, the correct file extension used for ASP.NET files.

Therefore, the answer is: B. .ASPX

  1. The Server object

  2. The Application object

  3. The Request object

  4. The Response object


Correct Option: A

What method(s) must be used with the Application object to ensure that only one process accesses a variable at a time ?

  1. Synchronize()

  2. Lock() and UnLock()

  3. Lock()

  4. Asynchroize()


Correct Option: B
  1. The event registration

  2. A protected class member for the control

  3. A default event handler for the click event

  4. A default class that inherits from the control’s base class


Correct Option: C
  1. To store the global information and variable definitions for the application

  2. Configures the time that the server-side codebehind module is called

  3. To configure the web server

  4. To configure the web browser


Correct Option: A
  1. The AutoEventWireup attribute is set to False

  2. The AutomaticPostBack attribute is set to False

  3. The codebehind module is not properly compiled

  4. The ListBox must be defined WithEvents


Correct Option: B