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

What is the difference between interpreter and compiling ?..

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

More Core Java Interview Questions

use of wrapper classes?

3 Answers   IBM,


What are examples of modifiers?

0 Answers  


To what value is a variable of the Boolean type automatically initialized?

3 Answers  


Why for each loop is used?

0 Answers  


What is an arraylist in java?

0 Answers  


What happens when a main method is declared as private?

22 Answers   DELL, Infosys, L&T, Sun Microsystems,


Write a program to search a number in the given list of numbers.

0 Answers   Honeywell,


explain multi-threading in java?

0 Answers  


Difference between operator overloading and function overloading

0 Answers   Tavant Technologies, Virtusa,


What is visibility mode?

0 Answers  


Can we override private constructor in java?

0 Answers  


What do you understand by the term wrapper classes?

0 Answers  


Categories