Cloud Native Compiler with John Ceccarelli
Software Engineering Daily - Un pódcast de Software Engineering Daily
![](https://is1-ssl.mzstatic.com/image/thumb/Podcasts126/v4/95/aa/58/95aa58ac-8618-5259-4a26-2f864665ebf4/mza_15276922367235047332.png/300x300bb-75.jpg)
Categorías:
Java is a write once run anywhere programming language. The way you do that is you use the javac compiler and compile the source files down to the class files. Those class files can run on any system in interpreted mode. But those class files that are run in interpreted mode, they are not machine