Which statement is true with regards to the above example? (select one)
Which statement is true with regards to the above example? (select one) ClientService service = applicationContext.getBean(ClientService.class)A . It returns the bean called "ClientService"B . It returns a bean of the type ClientService (regardless of its...