最佳答案
当这样使用时:
import static com.showboy.Myclass;
public class Anotherclass{}
import static com.showboy.Myclass和import com.showboy.Myclass之间有什么区别?