A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
No Answer is Posted For this Question
Be the First to Post Answer
How do you replace a string in java?
Why java doesn’t support multiple inheritances?
What is a static method in java?
is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?
Relationship between an event-listener interface and an event-adapter class?
Can you sort a string in java?
Write a method to check if input string is palindrome?
Can array grow dynamically in java?
can we override the main() method in java????
3 Answers Vimukti Technologies,
java program with complete 4 oops concepts implemented example
What is a text string?
How to send a request to garbage collector?