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


Please Help Members By Posting Answers For Below Questions

Why heap memory is called heap?

578


What is primitive data type in java?

535


Are maps ordered java?

502


What do you mean by pointer value and address?

571


Why constructor has no return type?

633






What does it mean that strings are immutable?

565


Which of the following is not an isolation level in the JDBC

1604


What is a method signature java?

563


How hashset works internally in java?

578


Can we sort hashset in java?

620


What are different exception types exceptions available in java ?

471


What is the tradeoff between using an unordered array versus an ordered array?

654


Is string passed by reference in java?

542


What is size () in java?

539


What is multiple inheritance? Is it supported by java?

518