Microsoft 98-372 - Questions & Answers
Free preview · every answer includes a full explanation
Product page: https://prepkeys.com/98-372.html
Which collection enforces type safety?
You need to trace the execution of an application that contains C# code and Microsoft Visual Basic .NET code.
Which tool should you use?
Which core technology allows interoperability between Microsoft Visual Basic .
NET code and C# code?
What is an advantage of strongly typed code languages like .
NET?
Why do managed languages use references and not pointers?
What is the name of the environment that runs .
NET managed code?
You need to suspend the current thread until all Finalize() methods have been processed.
Which garbage collection method should you use?
Which feature is automatically handled in managed code but must be explicitly handled in unmanaged code?
You want to access a native Win32 function from a .NET application.
You import the function.
Which two keywords should you use to define the function? (Each correct answer presents part of the solution. Choose two.)
A class named Student is contained inside a namespace named Contoso.Registration. Another class named Student is contained inside a namespace named Contoso.Contacts.
You need to use both classes within the same code file.
What are two possible ways to achieve this goal?
(Each correct answer presents a complete solution. Choose two.)