Tagged Questions
2
votes
1answer
91 views
Are JS apps effectively running through 2 VM's?
When using Google Chrome mobile (or any other android web browser) is the Javascript VM running on top of the Java VM? Or is the JS code compiled to Java bytecode?
I ask this because JS seems to run ...