Multiple choice technology platforms and products

Threads in the same VM interact & synchronize through shared Object.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In Java virtual machines, multiple threads running within the same application share the heap memory and can interact and synchronize access using shared object monitors and synchronization blocks.