当前位置:图书馆学概论题库

问题:

[单选] 专门图书馆学是专门研究()的图书馆学分支学科。

A . 图书馆学基本问题
B . 图书馆工作原理
C . 图书馆的各种类型、特点
D . 图书馆事业建设的基本理论

下列有关制度文化的说法,不正确的是() 它是物质文化与精神文化的中介。 它在文化体系中稳定性不强。 它是物质文化的反映形式。 它是精神文化的物化形态。 简述音层厚薄经验的获得机制。 词话本与崇祯本 境内外资银行在国内的理财产品种类()。 不保本的双货币存款。 共同基金。 保本的市场挂钩产品。 结构性存款。 1. public class a {  2. public void method1() {  3. try {  4. B b=new b();  5. b.method2();  6. // more code here  7. } catch (TestException te) {  8. throw new RuntimeException(te);  9. }  10. }  11. }  1. public class b {  2. public void method2() throws TestException {  3. // more code here  4. }  5. }  1. public class TestException extends Exception {  2. }  Given:  31. public void method() {  32. A a=new a();  33. a.method1();  34. }  Which is true if a TestException is thrown on line 3 of class b?()  Line 33 must be called within a try block.。  The exception thrown by method1 in class a is not required to be caught.。  The method declared on line 31 must be declared to throw a RuntimeException.。  On line 5 of class a, the call to method2 of class b does not need to be placed in a try/catch block.。 专门图书馆学是专门研究()的图书馆学分支学科。
参考答案:

  参考解析

本题暂无解析

在线 客服