19

Java is perfect example.

Comments
  • 5
    java because
    - on desktop, compiled into bytecode, then the bytecode is interpreted
    - on android, it's compiled into bytecode then translated to dex bytecode
    - (to the best of my understanding) sometimes the dex is translated into odex then native code (elf)
    - with excelsior jet/gcj, it's compiled to bytecode then translated to native code

    still, I think js would be a better example. after all, devRant was made in it
  • 3
    There is no spoon
  • 0
    Assembly¿
Add Comment