Java question, pls help.

How would you differentiate between Java compiler and Java interpreter, please elaborate?
Anonymous User
Anonymous User
Asked Jan 09, 2012
Typically a compiler inputs the the code and outputs the file in machine language. An interpreter will run the code on the fly from within the programming environment. You would normally use it to debug the program then compile to make a stand-alone file that doesn't require the programming environment to run.
Rob
Answered Jan 09, 2012

TIP: If it's not your answer to this question, please click "Leave a Comment" button under the question to communicate with the question owner.

Categories