Creating blogs based on self learning from real time experience, online content, books and other blogs/forums.
Wednesday, February 3, 2016
Why synchronized method is throwing error in interface?
Interface methods are abstract and will not have implementation details but synchronization is part of the implementation. So that its throwing compile time error while declaring synchronized methods in interface.
No comments:
Post a Comment