linked linked linkedin whatsapp remove
Feedback

Spring Framework Quiz Spring Framework

Which of these is correct when creating an ApplicationContext?

ApplicationsContext ctx = new ClasspathXmlApplicationsContext("one.ctx","two.ctx");
ApplicationContext ctx = new ClasspathXmlApplicationContext("one.ctx","two.ctx");
ApplicationContext ctx = new ClasspathXmlApplicationContext("one.ctx”);
None of these

Answer:
ApplicationContext ctx = new ClasspathXmlApplicationContext("one.ctx","two.ctx");

Note: This Question is unanswered, help us to find answer for this one