Answer Posted / eonsimi
nested classes can be decalred as private and they can be accessed by its siblings and by their parent.
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What is difference between variable declaration and definition?
What are methods and how are they defined?
Explain purpose of sleep() method in java?
Does sprintf allocate memory?
If I only change the return type, does the method become overloaded?
What are the 2 types of java programs?
What type of value does sizeof return?
What is the difference between hashset and treeset in java?
How to calculate the length of a singly linked list in java?
What is append in java?
In a class implementing an interface, can we change the value of any variable defined in the interface?
How many bytes is a string java?
What is singleton class and how can we make a class singleton?
What is the difference between a loader and a compiler?
Why are functions called methods in java?