Praveen AgrawalforAlphaCoder Academy Blogsalphacoderacademy.hashnode.dev·Jan 5, 2023Concurrent data exchange via queues - without locks : Possible?Concurrency and complexities In general computer science, concurrency means two or more tasks (similar or different) happen in parallel, which consists of contention for access to resources. The contended resource may be a database, a file, a socket,...JAVAno lock data exchange