公元前247前在波斯建立了帕提亚国,中国称“安息”。
查看答案
大流士一世死后,其子薛西斯一世继位,继续进行希波战争。
A. 正确
B. 错误
10. public Object m() { 11. Object o = new Float(3.14F); 12. Object [] oa = new Object[1]; 13. oa[0] = o; 14. o = null; 15. return oa[0]; 16. } When is the Float object, created in line 11, eligible for garbage collection?()
A. Just after line 13.
B. Just after line 14.
C. Never in this method.
D. Just after line 15 (that is, as the method returns).
现代化交通运输包括铁路、公路、水路、航空、管道等五种运输方式。
A. 正确
B. 错误