Neo-JVM

neoexpert
Jan 13, 2019
  • 62.5 KB

    ফাইলের আকার

  • Android 4.0+

    Android OS

Neo-JVM সম্পর্কে

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

আরো দেখানকম দেখান

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 এর পুরানো সংস্করণ

APKPure অ্যাপের মাধ্যমে অতি দ্রুত এবং নিরাপদ ডাউনলোড করা হচ্ছে

Android-এ XAPK/APK ফাইল ইনস্টল করতে এক-ক্লিক করুন!

ডাউনলোড করুন APKPure