Microsoft 98-372 - Microsoft .NET Fundamentals Exam

Page:    1 / 46   
Total 230 questions

You want to raise a custom exception.
Which keyword should you use?

  • A. Finally
  • B. Catch
  • C. Try
  • D. Throw


Answer : D

Common Intermediate Language (CIL) is converted into executable code by using:

  • A. Microsoft Visual Studio.
  • B. Interactive debugger.
  • C. Just-in-Time (JIT) compiler.
  • D. Intermediate Language Disassembler (ILDASM.exe).


Answer : C

You need to trace the execution of an application that contains C# code and Microsoft
Visual Basic .NET code.
Which tool should you use?

  • A. Machine Debug Manager
  • B. Remote Debug Monitor
  • C. Microsoft Visual Studio
  • D. CLR Profiler


Answer : C

Which describes the characteristic of the interoperability of the .NET Framework?

  • A. Allows consistent communication between a desktop application and a mobile application.
  • B. Allows consistent communication between a desktop application and a web application.
  • C. Handles exceptions consistently across languages.
  • D. Uses the same code syntax.


Answer : C

Which is the build number of a Version object instantiated by using the following code fragment?
Version v = new Version (2, 4, 6, 8);

  • A. 2
  • B. 4
  • C. 6
  • D. 8


Answer : C

Page:    1 / 46   
Total 230 questions