This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
browser a compiler or interpreter?
04-28-2014, 05:43 PM
Post: #1
browser a compiler or interpreter?

Ads

Find all posts by this user
Quote this message in a reply
04-28-2014, 05:53 PM
Post: #2
 
A Web browser uses interpreter to execute programs

A compiler transforms source code into another computer's language

i.e. from source language to destination language

http://en.wikipedia.org/wiki/Compiler

A interpreter also converts high level language to low level but it executes the programming language without in steps. i.e. even if error occurs in a single line of program the process stops.

http://en.wikipedia.org/wiki/Interpreter_(computing)

the major difference between them is that, a interpreter translated line-by-line while a compiler translates on the whole.

is error occurs in any part, the report is generated in a interpreter

http://www.engineersgarage.com/contribut...nterpreter

Ads

Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)