What is the difference between interpreter and compiling ?
Answer Posted / natasha verma
The compiler reports to its user the presence of errors in
the source program.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
In case of inheritance what is the execution order of constructor and destructor?
Where is the singleton class used?
Is a class subclass of itself?
Why do we use string?
What is qms certification?
explain the difference between jdk and jvm?
What is the primary benefit of encapsulation?
Explain public static void main(string args[]).
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
Why does my function print none?
What is the size of arraylist in java?
Can we declare a class as static?
What is the difference between Java1.4 and Java1.5
How can we create an immutable class in java?
Write a program to solve producer consumer problem in java?