C# Programming - .NET Framework - Discussion
Discussion Forum : .NET Framework - General Questions (Q.No. 1)
1.
Which of the following statements are TRUE about the .NET CLR?
- It provides a language-neutral development & execution environment.
- It ensures that an application would not be able to access memory that it is not authorized to access.
- It provides services to run "managed" applications.
- The resources are garbage collected.
- It provides services to run "unmanaged" applications.
Discussion:
50 comments Page 3 of 5.
Babar said:
1 decade ago
Code that is understand by Operating system, we can say machine code.
Rahul said:
1 decade ago
Native code is machine language code.
Gaurav said:
1 decade ago
Native code is code that's generated after IL code, its depended to environment e.g winxp, win7 32bit, 64 bit.
Umesh said:
1 decade ago
What is native code?
HussainBasha said:
1 decade ago
1. Cross-language integration, especially cross-language inheritance.
2. Garbage collection, which manages object lifetime so that reference counting is unnecessary.
3. Garbage collection.
2. Garbage collection, which manages object lifetime so that reference counting is unnecessary.
3. Garbage collection.
Abhishek Barbadikar said:
1 decade ago
These are four main features of CLR.
Veyronash said:
1 decade ago
Managed applications are those that contains managed code that are directly executed by CLR and these codes have CLR services like type checking, safety and automatic garbage collection.
Piyush said:
1 decade ago
What is the meaning of manged applications?which type of applications are said to be managed application?
Vin2 said:
1 decade ago
It provides a code which is machine independent that's why 1st option is right, it provides tight security that's why 2nd option is right, CLR runs only managed code so 3rd option is right, and it has automatic garbage collection so 4rth option is right.
Rahul said:
1 decade ago
CLR only provide compile & execute the program so option number c right because Operation 1 to 4 every action perform by .Net CLR Compiler.
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers