0 votes
in IONIC by
What is JIT?

1 Answer

0 votes
by

JIT stands for Just In Time. JIT is a compiler that converts Intermediate Language to a Native code.

The code is converted into Native language during execution. Native code is nothing but hardware specifications that can be read by the CPU. The native code can be stored so that it is accessible for subsequent calls.

Related questions

0 votes
asked Apr 27, 2020 in IONIC by SakshiSharma
0 votes
asked Apr 27, 2020 in IONIC by SakshiSharma
...