|
|
|
|
|
by microtonal
4421 days ago
|
|
It's a nonsense comparison anyway. E.g. with Java I don't have to care much about the hardware an operating system (e.g. we develop on Mac and deploy on Linux). And sure, you can use an application container. But you can also embed a webserver. E.g., we Jetty embedded and use a strict SecurityManager policy[1]. So it's more like: Code -> JVM (with security manager) [1] http://docs.oracle.com/javase/tutorial/essential/environment... |
|