Advanced Java Programming (3160707) MCQs

MCQs of Java Web Frameworks: Spring MVC

Showing 21 to 22 out of 22 Questions
21.
The act of creating associations between different component of application is known as _____.
(a) collaborating
(b) integrating
(c) wiring
(d) framing
Answer:

Option (c)

22.
Which of the following is correct:
i. With Dependency Injection, objects are expected to acquire their dependencies on their own.
ii. With Dependency Injection, objects are given their dependency by some third-party that co-ordinates each object in the system.
(a) i
(b) ii
(c) both i & ii
(d) None of these
Answer:

Option (c)

Showing 21 to 22 out of 22 Questions