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 |
What is append function?
What is a parameter used for?
Can we clone singleton object?
What is main function purpose?
what models are available for event handling?
what is the main difference between string and stringbuffer? can you explain it with program?
________ exception must be either caught or specified in throws class of the method.
What is escape analysis algorithm in JVM and how garbage collection actually worked n how it transfer the objects from one kind of space to other?
Can static methods access instance variables in java?
Can we define private and protected modifiers for the members in interfaces?
what are the uses of Class class and what it returns? explain it with the example code.
In how many ways we can do synchronization in java?