单项选择题
A.org.springframework.web.bind B.org.springframework.web.context C.org.springframework.web.context.support D.org.springframework.web.filter
对于Spring上下文模块架构中,()包负责Spring上下文模块,提供定位和访问应用上下文。A.org.sp...
单项选择题对于Spring上下文模块架构中,()包负责Spring上下文模块,提供定位和访问应用上下文。
A.org.springframework.context B.org.springframework.context.access C.org.springframework.context.event D.org.springframework.context.support
在Spring架构中,()包添加了对消息资源的支持,实现了观察者设计模式,开发者可以使用统一的API为应用对象...
单项选择题在Spring架构中,()包添加了对消息资源的支持,实现了观察者设计模式,开发者可以使用统一的API为应用对象获得应用资源。
A.org.springframewok.context B.org.springframewok.aop C.org.springframewok.ioc D.org.springframewok.beans
在Spring框架中,BeanFactory提供了管理和操作JavaBean的基本功能,但是需要通过应用代码显...
单项选择题在Spring框架中,BeanFactory提供了管理和操作JavaBean的基本功能,但是需要通过应用代码显式实例化BeanFactory。为了加强BeanFactory及其实现提供的功能,Spring框架引入了()接口,不需要手动创建其实例,可以以声明的方式使用它。
A.Bean B.ApplicationContext C.PropertyEditor D.Aspect