This repository houses various projects focusing on Big Data Analytics concepts and their implementation, primarily using Java.
This project explores Java threads and concurrency by implementing the classic Producer-Consumer Problem. It demonstrates synchronization mechanisms to manage shared resources efficiently in a multi-threaded environment.
This project contains a straightforward Java application to generate numeronyms. A numeronym is a number-based word, such as "i9t" for implement. The app serves as a simple data transformation and string manipulation example.