Tag: programming languages

Questions Related to programming languages

  1. Database Operations

  2. Delegate Operations

  3. File Handling Operations

  4. Memory Stream Operations


Correct Option: B
  1. List,HashSet

  2. Queue

  3. Stack

  4. LinkedList

  5. All the above


Correct Option: E
  1. RowUpdating, AfterUpdate

  2. BeforeUpdate, RowUpdating

  3. RowUpdating, RowUpdated

  4. BeforeUpdate, AfterUpdate

  5. BeforeUpdate, RowUpdated


Correct Option: C
  1. Application.Exit();

  2. System.Environment.Exit(0)

  3. System.Environment.Exit(1)

  4. All the above


Correct Option: D
  1. String s=#”\teststring”;

  2. String s=”’\n teststring”;

  3. String s=@”\teststring”;

  4. none of above


Correct Option: C