Q47
Which keyword when applied on a method indicates that only one thread should execute the method at a time.
A.
volatile
B.
synchronized
AnswerC.
native
D.
static
E.
final
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board