A. packageB. includeC. importD. add
可以在下面代碼段point x處寫入的是()
A. String str; B. static int PI=3.14; C. public class MyClass{//do other thing…} D. import java.awt.*;
A. public B. private C. static D. protected