About Question enthuware.ocpjp.v7.2.1631 :
Posted: Sun Feb 03, 2013 5:08 pm
The explanation is very hard to follow because a lot of html formatting is exposed. For instance:
- From a <font face="monospace">ReadWriteLock</font>, you can get one read lock (by calling <font face="monospace">lock.readLock()</font> )
- private Map<String, Integer> marksObtained = new HashMap<String, Integer>();
- lock.writeLock().lock(); //1
Can you please fix this?
- From a <font face="monospace">ReadWriteLock</font>, you can get one read lock (by calling <font face="monospace">lock.readLock()</font> )
- private Map<String, Integer> marksObtained = new HashMap<String, Integer>();
- lock.writeLock().lock(); //1
Can you please fix this?