I am running Eclipse, Tomcat, a servlet based webapplication my windows 10 machine. I was wondering how many JVM instances will be created?
Also, When will JVM be instantiated in windows 10 on startup or on starting any java based app.
-
It will be two: a. One for eclipse. b. One for tomcat. Assuming your servlet application is deployed within the tomcat container. JVM gets instantiated when you start a java based app, not on windows startupakshaya pandey– akshaya pandey2018-10-23 04:42:41 +00:00Commented Oct 23, 2018 at 4:42
Add a comment
|