Tag: programming languages

Questions Related to programming languages

Which of the following languages can be used to write server side scripting in ASP.NET?

  1. c#

  2. VB

  3. C++

  4. A & B


Correct Option: D
  1. TagPrefix

  2. Name space of the dll that is referenced

  3. Assemblyname

  4. All of the above


Correct Option: D
  1. Response.Output.Write() allows you to flush output

  2. Response.Output.Write() allows you to buffer output

  3. Response.Output.Write() allows you to write formatted output

  4. Response.Output.Write() allows you to stream output


Correct Option: C
  1. Session object

  2. Application object

  3. View state

  4. All of the above


Correct Option: D
  1. Declare - Define - Use

  2. Public functions and private variables

  3. Top - Down programming

  4. Bottom - Up programming


Correct Option: C