單項選擇題<bean>的默認作用范圍是()。

A.application
B.singleton
C.request
D.websocket


您可能感興趣的試卷

你可能感興趣的試題

2.單項選擇題Spring體系結構中,是運行時查詢和操作對象圖的強大的表達式語言的是()。

A.context-support模塊
B.SpEL模塊
C.Transactions模塊
D.Test模塊

3.單項選擇題依賴注入的兩種方式是屬性setter方法注入和()。

A.static方法注入
B.構造方法注入
C.自動方法注入
D.缺省方法注入

4.單項選擇題依賴注入與()的含義相同。

A.AOP
B.控制反轉
C.面向切面編程
D.耦合性

5.單項選擇題Spring獲取Bean的實例通常采用的方法是()。

A.getBean()
B.useBean()
C.setBean()
D.catchBean()