what is translator and it types



what is translator and it types..

Answer / deepakkumar1887

translator is a program, which translate the source code
instruction to perform native code instruction. there are
three types ie., assembly,compiler and interpreter.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

How does queue work in java?

0 Answers  


What is the exact difference in between unicast and multicast object? Where we will use?

0 Answers  


Difference between Superclass and Subclass?

7 Answers  


What is the difference between Java Bean and Java Class.?

2 Answers  


What is constant in programming?

0 Answers  






is there any function in java to make the text to blink?

6 Answers  


What is comparable and comparator interface? List their differences

0 Answers  


Program to Find the second largest element in an array.

0 Answers   Amazon,


String is an immutable object. Then how can the following code be justified. String s1 = ?ABC?; String s1 = s1+?XYZ?; s.o.p(s1); The output is ABCXYZ, which is the value of s1 ?

6 Answers   Flextronics, Keane India Ltd,


What is the difference between overriding and overloading in OOPS.

0 Answers   Axtria, ITC Indian Tobacco Company,


Can an anonymous class be declared as implementing an interface and extending a class in java programming?

0 Answers  


What does this () mean in java?

0 Answers  


Categories