Thursday, March 24, 2011

.NET Objective Questions

Which of the following is not an objective of .NET Framework?
  1. To provide a consistent object-oriented programming environment whether object code is stored and executed locally, executed locally but Internet-distributed, or executed remotely.
  2. To provide a code-execution environment that minimizes software deployment and versioning conflicts.
  3. To provide a code-execution environment that promotes safe execution of code, including code created by an unknown or semi-trusted third party.
  4. To provide a code-execution environment that eliminates the performance problems of scripted or interpreted environments.
  5. None of these
You cannot use .NET Framework to develop
  1. Console applications.
  2. Windows GUI applications (Windows Forms).
  3. ASP.NET applications.
  4. Applets.

No comments:

Post a Comment