Q&A
Ask and answer questions to make information more available to wider audiences.
Nicholas Deen @nicholasdeen143   21, Mar 2023 12:00 AM
JIT
What is JIT? What does it stand for?
answers 1
 
Answer 1
Colton Holybees @coltonholybees   21, Mar 2023 10:30 PM
Just In Time is a compiler used to convert the intermediate code into the native language. During the execution, the intermediate code is converted into the native language.