【简答题】( ) According to the new rule, anyone who is going to deposit foreign funds in a numbered account will go through a strict procedure for the sake of identifying where the money is from.
【单选题】public class X { public object m () { object o = new float (3.14F); object oa = new object [1]; oa[0]= o; o = null; oa[0] = null; return o; } } When is the float object created in ...
A.
Just after line 5.
B.
Just after line 6.
C.
Just after line 7.
D.
Just after line 8(that is, as the method returns).