use the same class name in its declare# Java - 爪哇娇娃
i*p
1 楼
Find a program like this.
public class Manager
{
// construct global manager object on start
public static final Manager INSTANCE = new Manager();
...
}
What is this usage term?
Where can I read the detail for this usage?
thx
public class Manager
{
// construct global manager object on start
public static final Manager INSTANCE = new Manager();
...
}
What is this usage term?
Where can I read the detail for this usage?
thx