Neo-JVM

neoexpert
Jan 13, 2019
  • 62.5 KB

    Tamanho do arquivo

  • Android 4.0+

    Android OS

Sobre este 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 maisMostre menos

Novidades em 0.5 mais recente

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

Informações sobre Neo-JVM APK

Última Versão
0.5
Categoria
Ferramentas
Android OS
Android 4.0+
Tamanho do arquivo
62.5 KB
Desenvolvedor
neoexpert
Downloads seguros e rápidos de APK no APKPure
O APKPure usa verificação de assinatura para garantir downloads de APK Neo-JVM sem vírus para você.

Versões Antigas de Neo-JVM

Neo-JVM 0.5

Jan 13, 201962.5 KB
Baixar

Neo-JVM 0.1

Apr 21, 201745.9 KB
Baixar

Baixar de Forma Rápida e Segura via APKPure App

Um clique para instalar arquivos XAPK/APK no Android!

Baixar APKPure