Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
#

thread-synchronization

Here are 24 public repositories matching this topic...

Banking System architected with modular OOP design and thread-safe operations. Implements secure authentication, transaction management, and synchronized account updates. Demonstrates practical use of multithreading, collections framework, and exception handling. Simulates real-world banking workflows through an interactive CLI envi

  • Updated Feb 2, 2026
  • Java

Java concurrency analysis for the Software Architecture (ARSW) course at Escuela Colombiana de Ingenieria Julio Garavito. Compares the performance of Busy-Wait (Spin-locking) versus Java Monitors (wait/notify) in a Producer-Consumer pattern. Features CPU profiling via jVisualVM to demonstrate the architectural efficiency of thread synchronization.

  • Updated Feb 14, 2026
  • Java

This repository contains mini projects created in java using swing for GUI. This collection of Java programs is designed to provide beginners and intermediate-level programmers with a range of small and concise examples to help them learn and explore the fundamentals of Java programming.

  • Updated Jun 6, 2023
  • Java

Improve this page

Add a description, image, and links to the thread-synchronization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the thread-synchronization topic, visit your repo's landing page and select "manage topics."

Learn more