-Can a class be final? - Difference between Application context and bean factory?
Anonymous
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.
Check out your Company Bowl for anonymous work chats.