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 will you convert an ArrayList to Arrays?

4 Answers   KPIT,


Explain the concept of proper inheritance?

0 Answers   Thomson Reuters, Virtusa,


What is core java called?

0 Answers  


Can we override protected method in java?

0 Answers  


What do you understand by overloading and overriding in java?

0 Answers  






What is nan inf?

0 Answers  


What are instance variables?

0 Answers  


What is boolean false?

0 Answers  


what is the use of bean managed and container managed with example?

0 Answers   EDS,


Where we write javascript code in html page?

0 Answers  


What does it mean that strings are immutable?

0 Answers  


What is math floor in java?

0 Answers  


Categories