Can you explain inner class.



Can you explain inner class...

Answer / Sunil Kumar Saini

"IEC". An Inner Class is a non-static nested class. It has access to all the variables and methods of its outer class, provided they are accessible (not private). Inner classes can be declared as static or non-static.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Define Multiprogramming and Multiprocessing in java.

1 Answers   Akamai Technologies,


How does linkedhashmap work in java?

1 Answers  


What are heap memory and stack memory and what are memory tables.

1 Answers   Aspiring Minds,


How many functional interfaces does java 8 have?

1 Answers  


Why are global variables used?

1 Answers  


What is the difference between throw and throws? What is the similarity between try and throw?

2 Answers  


What is the synonym of procedure?

1 Answers  


How to reduce flicking in animation?

3 Answers   TCS,


What is the purpose of an interface?

1 Answers  


What does a method signature consist of?

1 Answers  


how to connect two diffrent applet files

0 Answers  


What is substring 1 in java?

1 Answers  


Categories