In C we use only compiler. Why java uses both compiler and
interpreter? What is its significance?
Answer Posted / nidhi,himani
because in java, code is 1st converted into bytecode by the
compiler nd then it is converted into machine code by the
interpreter.
| Is This Answer Correct ? | 29 Yes | 8 No |
Post New Answer View All Answers
Can a set contain duplicates?
What will be the default values of all the elements of an array defined as an instance variable?
Is sizeof a preprocessor?
What are the drawbacks for singleton class?
What is an array length?
Convert a BST into a DLL and DLL to BST in place.
How do I stop concurrentmodificationexception?
Why does java have different data types for integers and floating-point values?
What is string substring?
Is string a data type in java?
What is variable and constant explain with example?
What is the basic of java?
Can a class extends itself in java?
What is meant by JVM? Is JVM platform independent or not?
Why char array is preferred over string for storing password?