Container & Test
In the following code excerpt...
// create and configure beans
ApplicationContext context = new ClassPathXmlApplicationContext(new String[] {"services.xml", "daos.xml"});
// retrieve configured instance
CustomerService service = (CustomerService )context.getBean("customerService");
How has this approach been improved in Spring 3.0?
Select 2 answers.
Syllabus topic: Container-basics
Ref: http://www.springsource.com/files/core-spring-3.0-certification-study-guide_0.pdf