Tag: programming languages

Questions Related to programming languages

  1. Extensible Service Oriented Architecture

  2. Extensible Schema of Application

  3. Enterprise Schema Oriented Application

  4. enterprise Service Oriented Architecture


Correct Option: D
  1. Operation mapping

  2. Service Interface

  3. Enterprises Service Builder

  4. Communication Component


Correct Option: C
  1. Message mapping

  2. Communication Channel

  3. Operation mapping

  4. Communication Component


Correct Option: C
  1. It's the same as a constant

  2. It's value can be assigned only once

  3. You can never assign a value to it

  4. You can assign value multiple times


Correct Option: B
  1. area where the assembly code is compiled

  2. area in which Debug information is a stored

  3. area in which Assembly metadata is stored

  4. area where variables are initialized


Correct Option: C

COM objects can be called in C# using :

  1. DLLImport

  2. UsingDLL

  3. DLLCall

  4. CallDLL


Correct Option: A
  1. Using MSI installer

  2. using XCOPY

  3. using a CAB archive

  4. All of the above


Correct Option: D
  1. delegate {TheMethod( int Z) }

  2. delegate void TheMethod(int Z) ;

  3. delegate: TheMethod (int Z)

  4. delegate: {TheMethod (int Z)}


Correct Option: B
  1. Object Oriented

  2. IL

  3. XML documentation

  4. Garbage Collection


Correct Option: C