Pergunta de entrevista da empresa HCLTech

-Can a class be final? - Difference between Application context and bean factory?

Respostas da entrevista

Sigiloso

7 de jun. de 2018

Yes class can be final 1.Both beanfactory and application context gets bean by calling getBean() method 2.Bean factory object will be created on first user request known as lazy container. In application context object will be created on the time of loading application context.XML file Known as early container 3.Bean factory doesn't support internationalization but application context supports.

2

Sigiloso

4 de out. de 2016

Class can be final (if you dont want a class to be extended, make it final). bean factory is the core of spring container. no body uses it nowadays- lol. Application context is an extension to the bean factory. you can do pretty much everything with it. he he

1