There are scopes of variable in Java programming language: a. Local variable b. Member variable (aka instance variable) c. Static variable (aka class variable) In this post, let's discuss an interesting type of variable: ThreadLocal and how it differs from the other variable types. Video: To see the visual walk-through of this post, click below: https://youtu.be/qHehLjo1aNk... Continue Reading →