Tag: programming languages

Questions Related to programming languages

  1. session.clear()

  2. session.dispose()

  3. Session.Abandon

  4. None


Correct Option: C

What’ is the sequence in which ASP.NET events are processed ?

  1. 1)Page_Init 2)Page_Load.3)Control events 4)Page_Unload event.

  2. 1)Page_Init 2)Page_Unload event..3)Control events 4)Page_Load

  3. 1)Page_Load 2)Page_Init 3)Control events 4)Page_Unload event.

  4. None


Correct Option: A

constructors can be abstract, final, native, static, or synchronized.

  1. True

  2. False


Correct Option: B

Constructors use "this"(keyword) to refer to another constructor in the same class with a different parameter list

  1. True

  2. False


Correct Option: A