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 |
What access modifiers can be used for methods?
Is final static java?
What are synchronized methods and synchronized statements in java programming?
What makes a function well defined?
Why put method is idempotent?
Is arraylist dynamic in java?
Give me an example of array and linked list? Where they can be used?
Is string serializable in java?
What are virtual functions?
Lowest Common ancestor in a Binary Search Tree and Binary Tree.
How do you end a program?
what is the difference between yielding and sleeping? : Java thread