"Hello, Amigo!"

undefined
5
Task
Java Core, level 7, lesson 6
Locked
Notes for all
The Note class will be used by threads. Consequently, you need to be sure that the notes list is in shared memory, i.e. that it will not be cached by threads in their local memory.
undefined
5
Task
Java Core, level 7, lesson 6
Locked
Proposals
Without using synchronized, make the number of proposals made equal to the number of and proposals accepted.