This question may be very basic about Java JVM. If I've a Java standalone program and if, for example, 5 processes of this program are running at a particular time in the server, can we say that these 5 java processes are running in 5 JVMs?
By process, I mean the Linux process here. If I execute ps -ef |grep java, I'll see 5 java processes showing up.