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 |
Define a java class.
How do I know if java is installed?
What is the use of singleton?
What technique can be employed to compare two strings?
what is use of session tracking ?with example?
What is Three tier architecture. Can anyone explain with a Ordinary web application Project? (JSP,Servlets,JAVA,DAO) ?
Explain illegalmonitorstateexception and when it will be thrown?
hi to all. well can you please tell me that why String class is immutable? Thanks in advance.
How to override equals() and hashCode() method in java?
can u override the start() method of Thread class
Is int a class in java?
Is there any tag in htm to upload and download files?