Can a top-level class or interface have the “static” modifier?

carpinteyrourm

New Member
I have a doubt: Can a top-level class or interface be declared as static?Example:\[code\]// File A.javastatic Class A{ ...}\[/code\]
 
Top