Answer Posted / amit kumar
A class within another class is known as nested class. There
are two type of nested class static nested class and non
static nested class.The static nested class did'nt access
its enclosed member function directly, where an non static
nested class can directly access. the non static nested
class is known as inner class. There are 4 type of nestated
class they are Nested top-level classes, Member classes,
Local classes, Anonymous classes....
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is type parameter in java?
What are the types of web technologies?
What is the difference between numeric and integer?
Where are register variables stored?
What is the maximum size of arraylist in java?
What is meant by class loader? How many types are there?
Is an empty arraylist null?
Is string is a class in java?
What about main thread in java?
What does substring mean?
What is native code?
In java, what is the difference between method overloading and method overriding?
What is a method vs function?
Why inputstreamreader is used in java?
What do you understand by the term string pool?