Showing posts with label Asp.net Interview Questions. Show all posts
Showing posts with label Asp.net Interview Questions. Show all posts

Difference Between Compiler and Interpreter

What is the difference between Compiler and Interpreter? Compiler: - A compiler is a program that translates program (called source code) written in some high level language into object code.A compiler translates high-level instructions directly into machine language and this process is called compiling. Interpreter: - An interpreter translates high-level instructions into an intermediate form, which it then executes....
Read More

Difference Between Managed Code an UnManaged Code in Asp.net

What is the difference between Managed code and unmanaged code? Managed Code:- Code that runs under a "contract of cooperation" with the common language runtime. Managed code must supply the metadata necessary for the runtimeto provide services such as memory management, cross-language integration, code access security, and automatic lifetime control of objects. All code based on Microsoft intermediate language (MSIL) executes...
Read More

Subscribe via email

Enter your email address:

Delivered by FeedBurner

Blogroll