Q59
What is the purpose of the `synchronized` keyword in Java?
A.
To create JavaBeans
B.
To execute SQL queries
C.
To create a synchronized block of code for multithreading
AnswerD.
To define JavaBean properties
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board