Kulwinder Singh
03/12/2018, 12:15 PMMusicStore
object to make it safe from errors/race conditions ? do I need to change type of lists
Adam Risberg
03/12/2018, 2:17 PMreturn synchronized(songsMap) { ... }
blockKulwinder Singh
03/12/2018, 4:09 PMobject
and why ?