What is the difference between interpreter and compiling ?
Answer Posted / charan sai
Compiler: whole program executes at once and displays all
errors and warnings.
Interpretors: Program executes line by line. If we will get
error, execution stops at that line.
Both Interpreter and compile will convert source code to
Byte code.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write a program to reverse array in place?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
Why is the main method declared static?
When can we say that threads are not lightweight process in java?
which is advanced deep technology in java launched by the sun microsystem??? The answer is very logical If u need correct answer mail me at priya_gupta@gmail.com
What is difference between Heap and Stack Memory?
Is a case study a method or methodology?
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?
What are the differences between heap and stack memory in java?
What is garbage collection? Can it be forced to run?
We are seeing so many videos/audios as many web sited. But question is these videos or audios are stored in Databases ( Oracle, Mysql, Sybase,... ) or stored any file directory from there they will give the link for that? Pls explain and give sample code to achieve this one? Thanks, Seenu.
What is function and method in java?
Can a main method be overloaded?
What are "class access modifiers" in Java?
What is meant by stack and queue?