Neo-JVM icon

Neo-JVM

★★★★★
★★★★★
(0.00/5)

0.5Free5 years ago

Download Neo-JVM APK latest version Free for Android

Version 0.5
Update
Size 63k
Developer neoexpert
Category Apps, Tools
Package Name com.neoexpert.jvm
OS 4.0 and up

Neo-JVM APPLICATION description

Simulates a JVM
Simulates a JVM on Android

Example code that does run after compilation to a class file:

public class Main {
public static void main(String[] args) {
fak(10);
}
public static int fak(int i){
if(i<=0)
return 1;
return i*fak(i-1);
}
}

Sourcecode:


https://gitlab.com/neoexpert/jvm
↓ Read more
Neo-JVM screen 1 Neo-JVM screen 2