Neo-JVM

Neo-JVM

neoexpert
Jan 13, 2019
  • 62.5 KB

    फाइल का आकार

  • Android 4.0+

    Android OS

Neo-JVM के बारे में

नव-जेवीएम

Simuliert eine JVM.

Zur Zeit funktioniert nur ein begrenzte Anzahl an op-codes. Dieses Programm ist OpenSource:

https://gitlab.com/neoexpert/jvm

Beispiel-Programm, das ausgeführt werden kann:

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);

}

}

अधिक दिखाएं

What's new in the latest 0.5

Last updated on 2019-01-13
Much more op-codes implemented.
"Hello World" program works now.
अधिक दिखाएं

वीडियो और स्क्रीनशॉट

  • Neo-JVM पोस्टर
  • Neo-JVM स्क्रीनशॉट 1

Neo-JVM के पुराने संस्करण

APKPure आइकन

APKPure ऐप के माध्यम से सुपर तेज़ और सुरक्षित डाउनलोडिंग

एंड्रॉइड पर XAPK/APK फ़ाइलें इंस्टॉल करने के लिए एक-क्लिक करें!

डाउनलोड APKPure
thank icon
We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.
Learn More about Policies