@thanatos @Vexatos This doesn't really make sense, though. You're mixing up concepts here and can't come up with anything specific.
Java is compiled. It's, by default AOT-compiled into JVM bytecote, and then JIT-compiled into native processor instructions which are directly executed. What you called "strictly compiled" is actually AOT-compiled into native processor bytecode which is usually stored in files.
So yeah, Java is compiled. And yeah, nobody said that I'm not comparing those. lol.