Published inNerd For TechJava Versions: Comparisons and ExamplesJava is a widely recognized programming language renowned for its robustness, scalability, and extensive ecosystem. Over the years, Java…Jul 2, 20232Jul 2, 20232
Published inCodeXExecutorService Internal Working in JavaExecutor Service Framework in Java. Usage and detailed nuances associated with it.Jul 25, 20212Jul 25, 20212
Published inGeek CultureTransaction Isolation LevelsACID Properties / Concurrency issues and Transaction Isolation Levels In DatabasesJul 3, 20214Jul 3, 20214
Java Multi-Threading APIs (Reentrant locks)There are many ways to achieve Thread synchronization, and one of the traditional ways is using synchronized keyword. While it provides…Nov 28, 2020Nov 28, 2020
Android- Handlers, Loopers, MessageQueue BasicsProbably the most important APIs of Android suited for Multithreading and offloading the tasks to worker threads- Handlers and Loopers.May 23, 2020May 23, 2020
Non-Blocking IO (Java NIO)Let's understand the different methods a Server can handle load/connections:Apr 25, 20202Apr 25, 20202
Android AsyncTask internal implementationWould also suggest going through the Handlers/Loopers working, and the basics of AsyncTasks here. The AsyncTasks are heavily using the…Apr 14, 20191Apr 14, 20191
Android AsyncTasks BasicsThis article covers the difference in threads and Asyncs, using Asyncs, stopping them, and avoiding memory leaks associated with them.Apr 13, 2019Apr 13, 2019