Answer Posted / ejp
The question is completely meaningless. You can't 'call'
private data at all. You call _methods_.
You can _access_ private data members from anywhere in the
enclosing scope, which includes inner classes.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Does substring create a new object?
What is the purpose of a transient variable?
What is Applet Stub Interface ?
Compare Mutex and Semaphore in java.
How define set in java?
What 5 doubled?
Why spring singleton is not thread safe?
What will be the default values of all the elements of an array defined as an instance variable?
Why java is called not pure object oriented language?
What is ph and buffers?
What a static class can contains?
What are the types of methods in java?
Write code of any action class?
How can a gui component handle its own events in java programming?
Why we cannot override static method?