| 4. |
What is the primary drawback to using synchronized methods?
Please select the best answer.
|
| |
A.
|
They take longer to compile than unsynchronized methods. |
| |
B.
|
They compile into larger executable bytecode than unsynchronized methods. |
| |
C.
|
They are less efficient than unsynchronized methods. |