what are the application of compiler and interpreter for
source program
Answer Posted / deepakkumar1887
if the source program consists any prepocessor instruction
then we need interpreter otherwise we need compiler for fresh
translator
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What restrictions are placed on method overloading?
Is singleton class immutable?
What is function and its uses?
Is call by reference possible in java?
Where is jre installed?
What is sizeof () operator?
Can we create our own wrapper class in java?
When do we use synchronized blocks and advantages of using synchronized blocks?
What differences exist between iterator and listiterator?
What is structure of java heap? What is perm gen space in heap?
If I only change the return type, does the method become overloaded?
what is the difference between preemptive scheduling and time slicing? : Java thread
How do you compare characters in java?
What are three ways in which a thread can enter the waiting state in java programming?
How list contains works in java?