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
Can bool be null?
Using callable statement how can you pass out parameters, explain with example?
How do you define a set in java?
What are advantages of using Java?s layout managers than windowing systems?
What is definition and declaration?
What is e in java?
What is singletonlist in java?
What is string length in java?
Can a static class have a constructor?
How to change the priority of thread or how to set the priority of thread?
Can I use % with real numbers?
Can a abstract class be declared final?
What is the access scope of protected access specifier?
How do you remove an element from an arraylist in java?
What is better - 'bit-shift a value' or 'multiply by 2'?