Frage im Vorstellungsgespräch bei Tech Mahindra

Difference between ART and DVM.

Antwort im Vorstellungsgespräch

Anonym

28. März 2019

ART uses AOT based approach and DVM uses JIT. ART can run native code directly. Whereas the DVM needs to run the compiled Dex bytecode etc.

1