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 |
do I need to use synchronized on setvalue(int)? : Java thread
Are global variables initialized to zero?
What do you know about the garbate collector?
What is another word for methodology?
What is class forname?
Why does java have two ways to create child threads? Which way is better?
What is java in detail?
What is a package in java? List down various advantages of packages.
Explain purpose of sleep() method in java?
What does nextint () do in java?
What is void data type?
From the two, which would be easier to write: synchronization code for ten threads or two threads?