Spring Online Quiz



Following quiz provides Multiple Choice Questions (MCQs) related to Spring Framework. You will have to read all the given answers and click over the correct answer. If you are not sure about the answer then you can check the answer using Show Answer button. You can use Next Quiz button to check new set of questions in the quiz.

Questions and Answers

Answer : C

Explanation

Spring supports both XML Schema based and @AspectJ based aspect implementation.

Q 8 - Thread scoped bean is introduced in which version of spring framework.

A - 1.0

B - 2.0

C - 3.0

D - 4.0

Answer : C

Explanation

Thread scoped bean is introduced in 3.0 version of spring framework.

Q 9 - What is the scope of bean in portlet context?

A - session

B - global-session

C - prototype

D - request

Answer : B

Explanation

Scope of bean in portlet context is global-session.

Answer : B

Explanation

BeanPostProcessor is an interface.

spring_questions_answers.htm
Advertisements