多项选择题
Which of the following statements about variables and their scopes are true? ()
A. Instance variables are member variables of a class.
B. Instance variables are declared with the static keyword.
C. Local variables defined inside a method are created when the method is executed.
D. Local variables must be initialized before they are used.
点击查看答案&解析
相关考题
