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 pangram in java?
How many bytes is a url?
What are the restrictions imposed by a Security Manager on Applets?.
why the primitive data type have classes?
What is oop in java?
What class allows you to read objects directly from a stream?
Is main a keyword in java?
What is variable declaration and definition?
Why java Don't Support Multiple interitence
what is the difference between HashMap And HashTable?
What is the difference between an interface and an abstract class?
How does multithreading take place on a computer with a single cpu in java programming?