12345678910



Question 1: What is the primary drawback to using synchronized methods?
1. They take longer to compile than unsynchronized methods.
2. They compile into larger executable bytecode than unsynchronized methods.
3. They are less efficient than unsynchronized methods.