What is the difference between interpreter and compiling ?
Answer Posted / guest
Interpreter is used to execute the program after the
completion of a compilation process.
Compiler compiles the program that is it converts the java
file into class file.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is overloading and overriding in java?
What is better - 'bit-shift a value' or 'multiply by 2'?
What is the meaning of variable in research?
What is meant by the value of a variable?
Tell me how many ways are there to initialise an integer with a constant.
Can a class declared as private be accessed outside it’s package?
How will you print number in reverse (descending) order in BST.
Is java a prime method?
How do you create a bulleted list?
Detail discussions on JVM, memory management and garbage collector.
What is type safety in java?
What is data type in computer?
what is predefined function in java?
how can i use a nonsynchronized hashtable?
Name few java.lang classes introduced with java 8 ?