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

Where and how can you use a private constructor?

0 Answers  


Explain about features of local inner class?

0 Answers  


What are different access specifiers in java?

0 Answers  


What is the purpose of static keyword in java?

0 Answers  


How can we achieve thread safety in java?

0 Answers  






How many static init can you have?

0 Answers  


Difference between String & StringBuffer

16 Answers   IBM, Infosys, Tech Mahindra, Wipro,


What is purpose of applet programming?

0 Answers  


Which browsers work with java?

0 Answers  


What is a boolean used for?

0 Answers  


Tell me the difference between an applet and a Japplet?

1 Answers  


Can we use string in switch case in java?

0 Answers  


Categories