Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between interpreter and compiling ?

Answers were Sorted based on User's Feedback



What is the difference between interpreter and compiling ?..

Answer / muneeswari

interpreter:it executes programs line by line.
compiler: it executes entire program

Is This Answer Correct ?    16 Yes 1 No

What is the difference between interpreter and compiling ?..

Answer / raj dhakad

compiler compiles whole block of program at a time whereas
interpreter it interpretes one line at a time.

Is This Answer Correct ?    6 Yes 0 No

What is the difference between interpreter and compiling ?..

Answer / vivek

iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii




compiler converts the source code into byte code to
interpret by the interpreter.
interpreter executes the byte code and produces the output.

Is This Answer Correct ?    4 Yes 2 No

What is the difference between interpreter and compiling ?..

Answer / natasha verma

The compiler reports to its user the presence of errors in
the source program.

Is This Answer Correct ?    2 Yes 1 No

What is the difference between interpreter and compiling ?..

Answer / 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

What is the difference between interpreter and compiling ?..

Answer / nanda kishore

Compiler: Converts Java code into Byte Code.
Interpreter: Converts Byte Code into Machine(Operating System) dependend Code .

Is This Answer Correct ?    0 Yes 0 No

What is the difference between interpreter and compiling ?..

Answer / deepakkumar1887

if the source program consist any preprocessor instructions then we need interpreter, otherwise we should use compiler for fresh translator.

Is This Answer Correct ?    3 Yes 5 No

Post New Answer

More Core Java Interview Questions

What is this keyword used for?

0 Answers  


What do you mean by aggregation?

1 Answers  


Why chararray() is preferred over string to store the password?

0 Answers  


What is the static keyword?

0 Answers  


Why do we need wrapper classes?

0 Answers  


Superclass of exception

4 Answers   Nous,


Why is stringbuffer thread safe?

0 Answers  


what is prepare statement? what is calabedtarement?

1 Answers   Symphony,


What is the difference between multitasking and multithreading in Java

0 Answers   Sans Pareil IT Services,


What is thread life cycle in java?

0 Answers  


How is java created?

0 Answers  


Is it compulsory to have atleast one abstract method in abstract class?

10 Answers  


Categories