adplus-dvertising
frame-decoration

Question

Alternate way of PropertyPathFactoryBean to declare a bean.

a.

util:property-path tag

b.

util:constant tag

c.

None of the mentioned

d.

All of the mentioned

Answer: (a).util:property-path tag

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Alternate way of PropertyPathFactoryBean to declare a bean.

Similar Questions

Discover Related MCQs

Q. We can combine target Object and propertyPath properties as bean name/id of PropertyPathFactoryBean.

Q. The Spring Expression Language can be accessed by:-

Q. A bean can be requested by:-

Q. Which attribute is used to set the scope of the bean?

Q. Which one is the default scope of the beans?

Q. Which scope creates a new bean instance each time when requested?

Q. Session Creates a single bean instance per HTTP request, only valid in the context of a web application?

Q. Which of the following are considered valid beans?

Q. Which interface is used to perform initialization of beans?

Q. Which interface is used to perform destruction of beans?

Q. Alternate way of initialization method is:-

Q. Alternate way of destruction method is:-

Q. Which annotation is used as a substitute of initialization method?

Q. Which annotation is used as a substitute of destroy method?

Q. Which configuration can be used for Dependency Injection?

Q. Method used to process bean before initialization callback

Q. Method used to process bean after initialization callback

Q. Which method is used to gracefully shutdown all the bean processes after closing the spring container?

Q. Which method is used to register BeanPostProcessor?

Q. In application context, BeanPost Processors are registered using addBeanPostProcessors method