Computer Science, asked by raji7707, 10 months ago

__________ Generates The Byte Code For A Given File With Java Extension.

Answers

Answered by tapatidolai
4

Answer:

JDK(javac) generates the byte code(. class files). Now this byte codecan be run on any platform by the JVM of that platform. In short Java VirtualMachine runs / interprets / translates Bytecode into native machine code.

Answered by pragna1463
1

Answer:

JDK (javac)

Plz mark me as brainliest

Similar questions