Scope of Variables in Java.

In programming, each variable each variable has a scope. scope of variable defines how variable accessible within the program or across classes.

Code :