Samsung Electronics Interview Question

Is JVM a process based system or a thread based system

Interview Answers

Anonymous

Feb 18, 2013

Yes.JVM is a thread based system.For example there is always a thread called Daemon thread is running besides our main program to perform garbage collection.

1

Anonymous

Jun 29, 2015

JVM is thread based System.

Anonymous

Oct 12, 2011

i didn't know , i said i dont know that but what i do know is that android's JVM is thread based for sure