Tag: programming languages

Questions Related to programming languages

  1. Namespace>class>manifest>elements

  2. Manifest>class>namespace>elements

  3. Manifest>namespace>class>element

  4. None of these


Correct Option: C
  1. String

  2. Object

  3. Both

  4. None of these


Correct Option: C
  1. Application runs without any change

  2. Application automatically close

  3. Application automatically restart

  4. Cannot change the web.config file at run time


Correct Option: C
  1. System.Data.OleDb

  2. System.Web

  3. System.Data.xml

  4. System.Data.SqlClient


Correct Option: C
  1. Server.Transfer needs a roundtrip, Response.Redirect does not

  2. Server.Transfer can transfer user between 2 applicaions

  3. Response.Redirect needs roundtrip, Server.Transfer does not

  4. No Difference


Correct Option: C
  1. Page_Init

  2. Page_Load

  3. Control Events

  4. None


Correct Option: B

How to throw an exception if marshaling encounters an unmappable Unicode character that is converted to an ANSI character?

  1. Set ThrowOnUnmappableChar = True

  2. Set ThrowOnmappableChar = True

  3. Set ThrowOnmappableChar = False

  4. Set ThrowOnUnmappableChar = False


Correct Option: A