Take as many assements as you can to improve your validate your skill rating
Total Questions: 5
1. What is spring?
Correct Answer is : Spring is an open source development framework for enterprise Java.
2. Which is the way to provide configuration metadata to spring?
Correct Answer is : All of the above.
3. What is true about collection configuration elements?
Correct Answer is : This helps in wiring a list of values but without any duplicates.
4. What is bean autowiring?
Correct Answer is : Autowiring lets Spring resolve collaborators (other beans) for your bean by inspecting the contents of the BeanFactory without using and elements.
5. What is Advice?
Correct Answer is : This is the actual action to be taken either before or after the method execution.