题目内容

什么是SQL语言?SQL语言具有哪些特点和功能?

查看答案
更多问题

三相五柱式电压互感器二次辅助绕组开口三角处反映的是()时的零序电压。

ZD6-E型电动转辙机动作杆与齿条块采用60号钢制成的连接销连接。

A. 正确
B. 错误

当基坑开挖抽水量大于()万m3时,应进行地下水回灌,并避免地下水被污染

A. 10
B. 20
C. 50
D. 100

1. class TestA { 2. TestB b; 3. TestA() { 4. b = new TestB(this); 5. } 6. } 7. class TestB { 8. TestA a; 9. TestB(TestA a) { 10. this.a = a; 11. } 12. } 13. class TestAll { 14. public static void main (String args[]) { 15. new TestAll().makeThings(); 16. // ...code continues on 17. } 18. void makeThings() { 19. TestA test = new TestA(); 20. } 21. } Which two statements are true after line 15, before main completes?()

A. Line 15 causes a stack overflow.
B. An exception is thrown at runtime.
C. The object referenced by a is eligible for garbage collection.
D. The object referenced by b is eligible for garbage collection.
E. The object referenced by a is not eligible for garbage collection.
F. The object referenced by b is not eligible for garbage collection.

答案查题题库