Tag: web technology

Questions Related to web technology

If I add the same setting in following 3 config files: 1. Web.config of system 2. Machine.config of system 3. Web.config at root level What would be the order of application of that particular setting

  1. 3 -> 2 -> 1

  2. 3 -> 1 -> 2

  3. 1 - 2 - > 3

  4. None of Above


Correct Option: B
  1. It is immutable

  2. Simplifies strng manipulations

  3. Simplifies concurrent multithreaded programming

  4. None of the above


Correct Option: C
  1. text-color:

  2. font-color:

  3. color:

  4. fgcolor:


Correct Option: C
  1. Serialized

  2. OptionalAttribute

  3. NonSerializable

  4. Deserialized


Correct Option: C
  1. Declare as null

  2. Declare as Null and Call the dispose method

  3. Call GC.SupressFinalize method for the object

  4. None of the above


Correct Option: B