下述代碼中,執(zhí)行完語句1后,b是否會被回收()
A.可以 B.不可以
下面的代碼是否存在內(nèi)存浪費()
A.存在 B.不存在
不考慮上下文,以下創(chuàng)建了幾個對象()并且指出輸出結(jié)果()
A.2;"s1,s2 refer to the same ob ject" B.3;無輸出 C.4;"s1,s2 refer to the same ob ject" D.5;無輸出