Introduction - If you have any usage issues, please Google them yourself
In Java, a class can be defined within another class or inside a method, which is called an internal class. Generally speaking, the broad sense of internal class includes these four kinds: inner class, local inner class, anonymous inner class and static inner class. Here are the first to understand the use of these four types of internal.