相关考题
-
单项选择题
以下哪个监听器可监听来自HTTP 用户会话的事件?()
A.ServletRequestListener
B.HttpSessionListener
C.ServletContextListener
D.ContextLoaderListener -
单项选择题
在SpEL中要访问来自属性文件中的port属性,应使用以下哪种办法?()
A.”#{port}”
B.”{port}”
C.”:port”
D.”${port}” -
判断题
松耦合是Spring框架的特性之一。
