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

how to create an applet

2 Answers  


What is a method in programming?

0 Answers  


Write an algorithm for quick sort?

0 Answers   Virtusa,


Can we write any code after throw statement?

0 Answers  


What is run-time class and system class? what is their purpose?

1 Answers  


Describe how to implement singleton design pattern in struts.

0 Answers  


What is difference between fail-fast and fail-safe?

0 Answers  


How to find the given number is a prime number or not by getting input from the user

0 Answers  


What does microservices mean?

0 Answers  


Why main() method is public, static and void in java ?

0 Answers  


Can we modify the throws clause of the superclass method while overriding it in the subclass?

0 Answers  


Difference between operator overloading and function overloading

0 Answers   Tavant Technologies, Virtusa,


Categories