Which keyword when applied on a method indicates that only one thread should execute the method at a time.
A
volatile
B
synchronized
C
native
D
static
E
final
Correct Answer: synchronized