1. | Which of the following are parts of the .NET Framework? 1 The Common Language Runtime (CLR) |
|||||||||
Answer: Option B Explanation: No answer description available for this question. Let us discuss.
|
2. | 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 |
|||||||
Answer: Option A Explanation: No answer description available for this question. Let us discuss.
|
3. | Which of the following statements are correct about a .NET Assembly? 1 It is the smallest deployable unit. 2 Each assembly has only one entry point - Main(), WinMain() or DLLMain(). 3 An assembly can be a Shared assembly or a Private assembly. 4 An assembly can contain only code and data. 5 An assembly is always in the form of an EXE file. |
|||||||
Answer: Option A Explanation: No answer description available for this question. Let us discuss.
|
4. | Which of the following jobs are done by Common Language Runtime? 1 It provides core services such as memory management, thread management, and remoting. 2 It enforces strict type safety. 3 It provides Code Access Security. 4 It provides Garbage Collection Services.
|
|||||||||
Answer: Option E Explanation: No answer description available for this question. Let us discuss.
|
5. | Which of the following security features can .NET applications avail? 1 PIN Security 2 Code Access Security 3 Role Based Security 4 Authentication Security 5 Biorhythm Security
|
|||||||
Answer: Option C Explanation: No answer description available for this question. Let us discuss.
|
6. | Which of the following benefits do we get on running managed code under CLR? 1 Type safety of the code running under CLR is assured. 2 It is ensured that an application would not access the memory that it is not authorized to access. 3 It launches separate process for every application running under it. 4 The resources are Garbage collected. |
|||||||||
Answer: Option E Explanation: No answer description available for this question. Let us discuss.
|
7. | Which of the following is the root of the .NET type hierarchy? |
|||||||||
Answer: Option A Explanation: No answer description available for this question. Let us discuss.
|
8. | Which of the following statements is correct about the .NET Framework? |
|||||||||
Answer: Option C Explanation: No answer description available for this question. Let us discuss.
|