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
Explain different ways of creating a thread. Which one would you prefer and why?
Explain a few methods of overloading best practices in java?
What is use of inner class in java?
Explain about OOPS concepts and fundamentals.
What is flush buffer?
What is java and why do we need it? Explain
What are the two parts of a conditional statement?
Give some features of interface?
how we can make a write-only class in java?
Why do we need data structure in java?
How do you create a null object?
What is a numeric literal?
Can each java object keep track of all the threads that want to exclusively access it?
Is it necessary that each try block must be followed by a catch block?
What is java command?