whays is mean by inner class?

Answers were Sorted based on User's Feedback



whays is mean by inner class?..

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

whays is mean by inner class?..

Answer / ravikiran

inner class is the class with in the clas or nested class

Is This Answer Correct ?    3 Yes 1 No

whays is mean by inner class?..

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

whays is mean by inner class?..

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

Post New Answer

More Core Java Interview Questions

how to compile jsp?

4 Answers   Logica CMG,


Can there be an abstract class with no abstract methods in it?

1 Answers  


There is a Banking application. It has 2 types of account, Savings and Current. Write a method calculateInterest by passing an ArrayList of these account objects and calculate Interest accordingly. Write code for this situation

1 Answers   ABC, KPIT,


Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?

1 Answers  


What is the use of static import ?

4 Answers   Rolta,


What types of index data structures can you have in java?

1 Answers   Tech Mahindra,


What is null data type?

1 Answers  


Can we extend immutable class?

1 Answers  


Explain about static nested classes in java?

1 Answers  


What is the Layout for ToolBar?

1 Answers  


What is the difference between overriding & overloading?

1 Answers  


Can a constructor call another constructor?

1 Answers  


Categories