you are viewing a single comment's thread
view the rest of the comments
[–] 0 points 3 years ago (2 children)
  • [–] 4 points 3 years ago (1 child)

    ART is the equivalent of a JVM. It doesn't implement all the apis, the compiled bytecode differs, it's optimized for mobile but that doesn't make it not a JVM.

    That's why the NDK exists: so you can build and run C++ code natively.

  • source
  • parent
  • hideshow 2 child comments
  • [–] -5 points 3 years ago (1 child)

    Python VM is Java by your logic. If you don't understand IT, you shouldn't really talk on IT topics.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 3 years ago (1 child)

    I can use the exact same apache jars on my Android project and my Java server.

    That's not Python. That's very clearly java code.

    The implementation of the contract is different but that's not the same as not being Java.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 3 years ago (1 child)

    You can't use the same JARs in runtime.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 0 points 3 years ago (1 child)

    You absolutely can pull the same jars into server and android projects.

    Sometimes you need a different one for Android to avoid NoClassDefFoundErrors but you're totally able to grab a jar and stick it directly into both sides.

  • source
  • parent
  • hideshow 2 child comments