Neo-JVM

Neo-JVM

neoexpert
13/01/2019
  • 62.5 KB

    Tamaño de archivo

  • Android 4.0+

    Android OS

Acerca del Neo-JVM

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

}

}

Mostrar más

Novedades más recientes 0.5

Last updated on 2019-01-13
Much more op-codes implemented.
"Hello World" program works now.
Mostrar más

Vídeos y capturas de pantalla

  • Neo-JVM Poster
  • Neo-JVM captura de pantalla 1

Información de Neo-JVM APK

Última Versión
0.5
Categoría
Herramientas
Android OS
Android 4.0+
Tamaño de archivo
62.5 KB
Desarrollador
neoexpert
Descargas seguras y rápidas de APK en APKPure
APKPure utiliza verificación de firmas para garantizar descargas de Neo-JVM APK libres de virus para ti.

Versiones Antiguas de Neo-JVM

APKPure icono

Descarga rápida y segura a través de APKPure App

¡Un clic para instalar archivos XAPK/APK en Android!

Descargar 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