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
can any body body expalin best definitions & best real time exaples for opps concepts.
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
What is method in java with example?
Tell me how many ways are there to initialise an integer with a constant.
What is nan in java?
Where are local variables stored?
Can you give names of Container classes?
How can we achieve thread safety in java?
Implementations of set interface?
Justify your answer that you can't define a method inside another method in java, if you can then how?
Is list ordered in java?
What is the difference between a loader and a compiler?
What is the difference between error and an exception?
Explain wrapper classes in java?
what happens when a thread cannot acquire a lock on an object? : Java thread