R

Ram Sharma • 193.86K Points
Coach

Q. The point at which an exception is thrown is called the _______.

  • (A) Default point
  • (B) Invoking point
  • (C) Calling point
  • (D) Throw point
  • Correct Answer - Option(D)
  • Views: 209
  • 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. Struct’s data members are ____________ by default.

Q. Which of the following can be used to terminate a while loop and transfer control outside the loop? 1. exit while 2. continue 3. exit statement 4. break 5. goto

Q. Which of the following statements are correct about exception handling in C#.NET? 1 If an exception occurs then the program terminates abruptly without getting any chance to recover from the exception. 2 No matter whether an exception occurs or not, the statements in the finally clause (if present) will get executed. 3 A program can contain multiple finally clauses. 4 A finally clause is written outside the try block. 5 Finally clause is used to perform cleanup operations like closing the network/database connections.

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

Q. We can attach _________ validation control to an input control

Q. Which of the following are valid .NET CLR JIT performance counters? 1. Total memory used for JIT compilation 2. Average memory used for JIT compilation 3. Number of methods that failed to compile with the standard JIT 4. Percentage of processor time spent performing JIT compilation 5. Percentage of memory currently dedicated for JIT compilation

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

Q. The compiled version of a VC#.NET program will be in_______________.

Q. Which statement is correct about the following C# statement?

Q. Which of the following statements are correct? 1. A struct can contain properties. 2. A struct can contain constructors. 3. A struct can contain protected data members. 4. A struct cannot contain methods. 5. A struct cannot contain constants.

Learn All C# MCQs


Question analytics