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
What is the disadvantage of java?
Find the value of a specified element of the array arr[i] where 0 <= i <= n-1
Can an interface have a constructor?
What is java and their uses?
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
What are exceptions
Wha is the output from system.out.println(“hello”+null); ?
What is a null point?
Can you declare a private method as static?
What happens to the Exception object after handling an exception?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
Explain inheritance in java?
What is the byte order of byte buffer?
what is the use of pojo (plain old java objects)? how it is interact with crystal reports? pls urgent
Write code to implement bubble sort in java?