What is the difference between compiler and interpreter?



What is the difference between compiler and interpreter?..

Answer / Ratnakar

A compiler translates an entire source code file into machine code at once, which can then be executed directly. An interpreter, on the other hand, reads and executes each line of code one by one, translating it into machine code as it goes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB.NET Interview Questions

What is the Difference between CLR & CTS?

3 Answers  


Can you please explain the difference between thread and process?

1 Answers  


Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?

1 Answers  


Explain about Visual basic.NET culture?

1 Answers  


Which is the base class for all the classes in .net framework?

1 Answers  


Explain jagged array in vb.net?

1 Answers  


What is a preprocessor directive in vb.net?

1 Answers  


Explain the difference between datatable and dataset?

0 Answers  


Explain trace in vb.net?

1 Answers  


Is there any website from where i can download VB.net bible free in pdf format

0 Answers  


How vb implements the disconnected architecture as like vb.net?

1 Answers  


What are the different variables in vb.net?

1 Answers  


Categories