I understand that the jvm is itself an application that turns the bytecode of the java executable into native machine code, but when using native threads I have some questio
Java threads are mapped to native OS threads. They have little to do with the JVM itself.