Answers for "can the inner classes be called from other class in java"

1

what is inner class in java

1. Can Outer class be static? --> No
	2. Can inner class be static? --> Yes
	3. Can you create an object from the inner class? --> Only if it's static
	4. Can we have main method in inner class ? --> Only if it's static
	5. Inner class can only be extended if it's static.
Posted by: Guest on January-22-2021

Code answers related to "can the inner classes be called from other class in java"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language