Calendar class called?
One of hundreds of answers available with our premium content service.
A: If you have a broad import statement like import java.util.*;, the Java Virtual Machine will adopt the standard distribution version of any named class, such as java.util.Calendar. You should limit the scope of your import statements and use the fully qualified name of the custom Calendar class.
… full answer hidden
Premium members click below for full answer
Why isn't my custom Calendar class called?