可以在下面代码段point x处写入的是?//point x public class Interesting{ //do something}
A String str;
B static int PI=3.14;
C public class MyClass{//do other thing…}
D import java.util.*;
A String str;
B static int PI=3.14;
C public class MyClass{//do other thing…}
D import java.util.*;