Tag: web technology

Questions Related to web technology

Which one of the following keywords causes a compile time error if used in a static method?

  1. this

  2. using

  3. lock

  4. continue


Correct Option: C
  1. Major:Minor:Revision:Build

  2. Major:Build:Minor:Revision

  3. Major:Revision:Minor:Build

  4. Major:Minor:Build:Revision


Correct Option: D
  1. multiple inheritance

  2. interface

  3. abstract

  4. None of the above


Correct Option: A

Which one is faster? response.redirect or server.transfer

  1. Server.Transfer

  2. Response.Redirect

  3. All the above

  4. None of the above


Correct Option: A

alternative of multiple inheritance in c#?

  1. Interface

  2. abstract class

  3. static class

  4. All the above


Correct Option: A

What ASP.NET object encapsulates the user’s data as it is sent from a form in a page?

  1. The Session object.

  2. The Application object.

  3. The Response object.

  4. The Request object.


Correct Option: D

What ASP.NET object is used to get information about the web servers hostname?

  1. The Session object.

  2. The Application object.

  3. The Response object.

  4. The Server object


Correct Option: D

What ASP.NET object encapsulates the state of the client and the browser?

  1. The Session object.

  2. The Application object.

  3. The Response object.

  4. The Request object.


Correct Option: A