📚 Practice Mode
Java and C Programming Quiz
Learn at your own pace with hints and detailed explanations
1 / 20
Multiple Answers
Which of the following statements are true about synchronization? choose two
- Static methods cannot be synchronized
- Synchronized methods cannot make calls to non-synchronized methods
- A synchronized method can be overridden to be non-synchronized and vice versa
- When a thread is executing a synchronized method, other threads can freely access non-synchronized methods of the same object