0 votes
by (160 points)
What is loose coupling Java?

1 Answer

0 votes
by (160 points)
Loose coupling is the approach in which components of an application are interconnected to each other in least dependent way. ... In Spring Framework loose coupling is achieved by a core feature called Dependency Injection and IoC container. In dependency injection, components define their own dependencies when they need.

Related questions

0 votes
0 answers
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Oct 29, 2020 by spring (200 points)
0 votes
1 answer
asked Aug 6, 2020 by loadedpins (120 points)
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Nov 3, 2020 by mutualinductance (120 points)
0 votes
1 answer
...