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
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
What is assembly language?
What is the purpose of format function?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
What is a null point?
What is null data type?
What is runtime locatable code?
Explain the public class modifier?
What is the technique adopted to create an immutable class?
Explain static nested classes ?
What is the default access specifier for variables and methods of a class?
When do we need to use internal iteration? When do we need to use external iteration?
Explain about collection interface in java?
What is assembly used for?
When would you use a static class?