What are Inner classes?

Answers were Sorted based on User's Feedback



What are Inner classes?..

Answer / aditya mohata

class defined inside an class.

Is This Answer Correct ?    4 Yes 0 No

What are Inner classes?..

Answer / rajkumar ksr college

class is a user defiend datatypes.

Is This Answer Correct ?    1 Yes 1 No

What are Inner classes?..

Answer / kartik

Something inside something or class inside another class

Is This Answer Correct ?    0 Yes 0 No

What are Inner classes?..

Answer / sandhya.s

defining class in a class.
inner classes are of 2 types
static and normal

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Core Java Interview Questions

How are multiple inheritances done in Java?

0 Answers   Atos Origin,


Does java map allow duplicates?

0 Answers  


Whats the difference between notify() and notifyall()?

0 Answers  


Package1 and Package2 both have a method name lets say "methodA" with different implementation. When I import both the packages in a java class how can I use both the methods?

7 Answers   Ericsson,


What is java abstraction with example?

0 Answers  






What is arrays sort in java?

0 Answers  


What is a finally block?

0 Answers  


What is the default initialized value of a boolean type variable?

3 Answers  


Hi ,i convert contrller as jSp And presentation as servlet ...will it do? if so what are advantage and idsadvantages

2 Answers   IBM,


Why Java doesn’t support multiple inheritance?

0 Answers  


which swing component is similar to rich text box in .net/vb

1 Answers  


What is immutable class in java?

0 Answers  


Categories