Tag: web technology

Questions Related to web technology

  1. It is immutable

  2. Simplifies strng manipulations

  3. Simplifies concurrent multithreaded programming

  4. None of the above


Correct Option: C

How do you change the text color of an element?

  1. text-color:

  2. font-color:

  3. color:

  4. fgcolor:


Correct Option: C
  1. Serialized

  2. OptionalAttribute

  3. NonSerializable

  4. Deserialized


Correct Option: C

Which type of control should I use when i want to display a certain information from database but it layout which can be purely HTML based?

  1. HTML Server control

  2. Web Server Control

  3. HTML Control

  4. None of the above


Correct Option: A
  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