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 |
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
What is the default size of set in java?
I have an HashMap object, which has with key and value pair. It has 10 keys and values in that object. Now the question is I want insert new key and value in middle or any where in that list but not at the end or at the top. Is it possible or not. If yes how can we achieve this one?
Which methods are used during serialization and deserialization process?
How will you measure that int takes up only 32 bits in memory?
Is singleton class immutable?
Can an interface be final?
Does java set allow duplicates?
why static class in java or what is use of static class in java
Can It is possible to synchronize the constructor of a Java Class?
What is the life cycle of an Applet ?
What are the string methods in java?