0

I can't understand exactly how does SoloLearn app works

I thought that SoloLearn app send program to the server that compile and execute it and then only return the output. But how does web codes work? They are executed on each device (they're not sent to server), right? If yes why can't SoloLearn's server send back compiled java file (for example) so that they are executed on the device? This would allow to see interactive java program and would allow more interesting stuff.

8th Sep 2018, 6:18 PM
Daniele Bonomi
Daniele Bonomi - avatar
2 ответов
+ 3
A hint for anyone considering this question: Android mobiles run the Dalvik Virtual Machine (DVM) or ART. What sorts of problems might arise when coding for VMs (JVM vs DVM)? How would you compare this to coding for JS versions?
8th Sep 2018, 8:28 PM
Kirk Schafer
Kirk Schafer - avatar
0
you (maybe) never will. its source is closed.
8th Sep 2018, 8:11 PM
Bebida Roja
Bebida Roja - avatar