Skip to content

📋 Java challenges using bank account & student-tutor examples

Notifications You must be signed in to change notification settings

AndrewJBateman/java-section15-challenge1

Repository files navigation

⚡ Java Section15 Challenge1

  • Java code to display operations on bank account
  • Note: to open web links in a new window use: ctrl+click on link

GitHub repo size GitHub pull requests GitHub Repo stars GitHub last commit

📄 Table of contents

📚 General info

  • Code from Java Programming Masterclass Section 15-288 to 15-292 - see 👏 Inspiration below
  • Lock framework used instead of synchronized block for increased concurrency and overall performance.

📷 Screenshots

N/A

📶 Technologies

💾 Setup

  • Open folder in an IDE such as IntelliJ. Run from Main.java

💻 Code Examples

  • Interface lock code format
Lock l = ...;
    l.lock();
    try {
    // access the resource protected by this lock
    } finally {
     l.unlock();
    }

🆒 Features

  • N/A

📋 Status & To-Do List

  • Status: Working
  • To-Do: Complete

👏 Inspiration

📁 License

  • N/A

✉️ Contact

About

📋 Java challenges using bank account & student-tutor examples

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published