This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
If variable a of class ABC in package 1 is Public but class ABC is private. Can other class from other package 2 or same package 1 access variable a of class ABC in package 1 ? Thanks in advance, ADS
N Mukherjee
Ranch Hand
Joined: Jun 08, 2000
Posts: 141
posted
0
Hi, No..it's not accessible.If the class is private..it becomes the deciding factor no matter what the access specifier your variable is having. It all depends on the class(first) and then variable(Second). As the cl;ass is private it is not accessible from any package or any class outside this package where the top class is. Hope this helps. NM
"Knowledge is Power"****************<A HREF="http://www.geocities.com/nityananda_mukherjee" TARGET=_blank rel="nofollow">THREAD/SCJP RESOURCES</A>
Anonymous
Ranch Hand
Joined: Nov 22, 2008
Posts: 18944
posted
0
HI N Mukherjee Thanks a bunch! Now I understood. Also I would like to know then what about Protected means If it variable is Protected of class ABC of package 1 then can other class of same package 1 and also classes of package 2 access protected variable? Thanks again ADS
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.