| Author |
Compiler v/s Interpreter
|
Ashok Pradhan
Ranch Hand
Joined: Dec 17, 2007
Posts: 179
|
|
|
I want to know what is the difrence between compiler and interpreter.And java is a compiler based language or not and what about .NET ,C# and VisualBasic are what type of language.
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8259
|
|
Compiler Interpreter Languages like Java and the .NET framework are a combination of the two. They us a compiler to generate a platform agnostic bytecode (as opposed to platform-specific binary code) and an interpreter to execute that bytecode. [ July 30, 2008: Message edited by: Joe Ess ]
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
 |
|
|
subject: Compiler v/s Interpreter
|
|
|