Answer Posted / kamal hassan
A staic class difined with in anothaer class is called
nested class.
A non static class defined in another class is called inner
class.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How can we make a class singleton?
Is main a keyword in java?
How do I get the | symbol on my keyboard?
Is string pool garbage collected?
Is string is a data type?
How do I get a substring?
What is nullpointerexception in java?
Which list is sorted in java?
why are there separate wait and sleep methods? : Java thread
State the difference between strings and arrays.
Can we convert list to set in java?
What is string pool in java?
Why do we use threads in java?
What is r in java?
Can we declare a class as abstract without having any abstract method?