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 we call thread start () twice?
What are the restrictions imposed by a Security Manager on Applets?.
Is empty .java file name a valid source file name?
Why is logger singleton?
What is the difference between length and length () in java?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
If a method is declared as protected, where may the method be accessed in java programming?
What is the format specifier?
What does the “static” keyword mean?
What is a line break?
What are the restrictions that are applied to the java static methods?
What is serial version uid and its importance in java?
Where are the card layouts used?
Can we define package statement after import statement in java?
What is nextint java?