Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Core%20Java%20Interview%20Questions%20and%20Answers

Question: What does the keyword "synchronize" mean in java. When do you use it? What are the disadvantages of synchronization?
Answer: Synchronize is used when you want to make your methods thread safe. The disadvantage of synchronize is it will end up in slowing down the program. Also if not handled properly it will end up in dead lock.
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook