R

Ram Sharma • 193.86K Points
Coach

Q. To avoid writing additional SQL statements to update a live database, you instantiate an object of which class?

  • (A) DataAdapter
  • (B) DataReader
  • (C) DataSet
  • (D) CommandBuilder
  • Correct Answer - Option(A)
  • Views: 137
  • Filed under category C#

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.

Related MCQs on C#

Q. Which of the following are NOT true about .NET Framework? 1. It provides a consistent object-oriented programming environment whether object code is stored and executed locally, executed locally but Internet-distributed, or executed remotely. 2. It provides a code-execution environment that minimizes software deployment and versioning conflicts. 3. It provides a code-execution environment that promotes safe execution of code, including code created by an unknown or semi-trusted third party. 4. It provides different programming models for Windows-based applications and Web-based applications. 5. It provides an event driven programming model for building Windows Device Drivers.

Q. What will be the output of the following C# code?

Q. Choose the namespace which consists of classes that are part of .NET Reflection API:

Q. Which of the following statements are correct about JIT? 1. JIT compiler compiles instructions into machine code at run time. 2. The code compiler by the JIT compiler runs under CLR. 3. The instructions compiled by JIT compilers are written in native code. 4. The instructions compiled by JIT compilers are written in Intermediate Language (IL) code. 5. The method is JIT compiled even if it is not called

Q. Which of the following is the correct way to create an object of the class Sample? 1. Sample s = new Sample(); 2. Sample s; 3. Sample s; s = new Sample(); 4. s = new Sample();

Q. Code that targets the Common Language Runtime is known as

Q. Private Button print = new button();

Q. Which is the C# class from which data type UInt is derived?

Q. Valid Size of float data type is?

Q. The arrays involved in a jagged array_____________.

Learn All C# MCQs


Question analytics