Tag

local variable

0 views collected around this technical thread.

Full-Stack Internet Architecture
Full-Stack Internet Architecture
Nov 29, 2023 · Backend Development

Can synchronized lock a local variable? A Java multithreading demonstration

This article explains why the synchronized keyword cannot lock local variables in Java, demonstrates the behavior with multithreaded code examples, and shows that only class member variables can be effectively synchronized to control concurrent access.

ConcurrencyMultithreadingjava
0 likes · 4 min read
Can synchronized lock a local variable? A Java multithreading demonstration
DevOps Cloud Academy
DevOps Cloud Academy
Jun 12, 2018 · Fundamentals

Understanding Shell Global and Local Variables

This article explains how to display and set environment variables in a Unix shell using commands like env and export, and demonstrates the behavior of global and local variables across parent and child shells with practical bash examples.

Environment VariablesUnixbash
0 likes · 2 min read
Understanding Shell Global and Local Variables