Social Sciences, asked by Moana9496, 1 year ago

Java uses compiler as well as interpreter explain

Answers

Answered by deepesh10
3
java is language which uses complierotic as well as interpreter...
the command given by user is not directly delivered to machine or computer it first converted into language which is UNderstood by computer and this task Is done by compiler. on sending information or 'results to user it again converted to simple language and That is done by interpreter.....


hope this will help you
Answered by rupali1940
3

the source code written in java is first compiled into an intermediate code known as byte code which is the integrated by the JVM into native machine code which is compiler understand and execute and gives into the result.

Similar questions