whays is mean by inner class?
Answers were Sorted based on User's Feedback
Answer / srinu
I tell small example with out existing car object their is
no existing wheel object. so A class declared with in class
is called inner class. This inner class concept are used in
AWT concepts
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / ravikiran
inner class is the class with in the clas or nested class
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / pops
class inside a class.doesn't allow static
declarations.moslty you can make your code less vulnerable
to security attacks.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / naddu
inner class is a class within the class. without inner
class outer class is does't exist. outer class is depends
on inner class.
| Is This Answer Correct ? | 1 Yes | 0 No |
There are 100 keys and values in HashMap.how to get the keys and values?
What do you understand by weak reference?
What are different types of arrays?
Why java is considered as platform independent?
What is thread safe singleton?
What is generic type?
What is the format of Inner Class after it compiled?
class test { private static void main(String []adsf) { } } explain me that the above code is error or exception
What does sizeof return?
Difference between linkedlist and arraylist.
Is it possible to declare abstract class as final?What happens if we do so?
Explain parallel processing in java8?