Da questa pagina ( Java Monitors Reentrant ) c'è un frase che dice:
Reentrant contains two synchronized methods: a and b. The first synchronized method, a, calls the other synchronized method, b.
When control enters method a, the current thread acquires the monitor for the Reentrant object.
A cosa si riferisce il "controllo" nella frase "il controllo entra nel metodo a"?