Accessing thirdy party class variable...
I am pretty new to JAVA, and I was wondering if the following is doable.
I have a class A and when it runs it invokes two different classes B and C. Is there anyway I can access a variable in B from C or vice versa? Any help would be greatly appreciated. Thanks!
sincerely,
Yosep

