12345678910



Question 1: You designate a method as being synchronized by:
1. Using the synchronized keyword
2. Placing a synchronized section of code within it
3. Naming the method synchronize