Vidyalelo
Java Programming · Q47

Threads

Programming · Java Programming · question 47

Q47

Which keyword when applied on a method indicates that only one thread should execute the method at a time.

A.
volatile
B.
synchronized
Answer
C.
native
D.
static
E.
final

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board