简体   繁体   中英

Java, JVM internals

  1. I am running Eclipse, Tomcat, a servlet based webapplication my windows 10 machine. I was wondering how many JVM instances will be created?

  2. Also, When will JVM be instantiated in windows 10 on startup or on starting any java based app.

  1. One per process. See the Processes tab of your Task Manager.

  2. When starting a JVM process (typically once per app, but could be more if it forks).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM