ElenaS13 / ThreadSafeBankingProgram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ThreadSafeBankingProgram

The program demonstrates the use of different threadsafe techniques:

--synchronize keyword, --creating Reentrant lock class with lock object. Try/finally is used. --tryLock() with timeout value.

About


Languages

Language:Java 100.0%