In programming, what does JIT stand for?
-
Jira Interoperability Team
-
Just In Time
-
JavaScript InfoVIs Toolkit
-
Java Interpretation and Translation
EXPLANATION
In the Java programming language and environment,
a just-in-time (JIT) compiler is a program that turns Java bytecode (a program that contains instructions that must be interpreted) into instructions that can be sent directly to the processor.
0 comments:
Post a Comment