As spring claims that by default it create singleton beans so lets say I have a bean in my first xml(first.xml) file
<bean id="abstractSuper" class="com.test.Parent" />
now in another...
Type: Posts; User: naveenjakad; Keyword(s):
As spring claims that by default it create singleton beans so lets say I have a bean in my first xml(first.xml) file
<bean id="abstractSuper" class="com.test.Parent" />
now in another...
Can anybody please help me?
Hi,
I am a new user of spring and I read that spring uses reflection or new operator to create bean (object of class). So please tell me exactly which one technique spring is using because I have a...