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 |
Are there structures in java?
What are inner and anonymous class?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
How to implement an arraylist in java?
Why java uses the concept of the string literal?
What is linked hashset and its features?
What are advantages of exception handling in java?
If all the methods in abstract class are declared as abstract then what is difference between abstract class and in interface?
we have a 100 classes at that time which class we have to write main method? pls help me
What is the common usage of serialization?
What is the vector class in java programming?
What will happen if we write code like: try{}catch(exception e)catch(IOException i)