Java is interpreted #23
Answered
by
SanaMateen
mssanamateen
asked this question in
Q&A
Replies: 1 comment
|
java is both compiled and interpreted language.It is first compiled to bytecode which is then converted to machine understandable format by JVM. |
0 replies
Answer selected by
mssanamateen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
java is both compiled and interpreted language.It is first compiled to bytecode which is then converted to machine understandable format by JVM.