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 |
explain copyonwritearraylist and when do we use copyonwritearraylist?
Is null a string?
What is a subsequence of a string?
What is hashmap in java?
when we create singleton design then we create private constructtor..so how JVM take private constructor to make object..but it's private..
byte a=5; byte b=5; byte c=a+b; System.out.println(c); whats the o/p?
How can we create a thread in java?
How to sort numbers in java without array?
What is Map interface?
What is the output of the below java program?
How do you use compareto?
How to perform bubble sort in java?