What is the difference between interpreter and compiling ?
Answer Posted / satish chaurasia
interpreter : a program written in source language can be
understood and executed by the CPU line by line.As the
first line is encountered by the interpreter, it is
translated and executed. same next line executed.
Whereas
A compiler translates a complete source program into
machine code. means it converts the .java file into .class
file.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
can I implement my own start() method? : Java thread
How do you create immutable object in java?
What is bean? Where it can be used?
Tell us something about set interface.
What is the += operator called?
Is java a super set of javascript?
What is the difference between a switch statement and an if statement?
When should the method invokelater() be used?
What is array length in java?
why using interface interface ?
Who is the owner of java?
Explain the access modifiers for a class, method and variables?
What is method in java with example?
What are the five major types of reference sources?
How do you clear an arraylist in java?