0 votes
in JQuery by

 What is Dalvik in Android

1 Answer

0 votes
by

Dalvik is a Just In Time (JIT) compiler. By the term JIT, we mean to say that whenever you run your app in your mobile device then that part of your code that is needed for execution of your app will only be compiled at that moment and rest of the code will be compiled in the future when needed. The JIT or Just In Time compiles only a part of your code and it has a smaller memory footprint and due to this, it uses very less physical space on your device.

Related questions

+1 vote
asked Aug 3, 2020 in JQuery by Hodge
0 votes
asked Jun 23, 2020 in JQuery by AdilsonLima
...