What does loosely coupled mean?



What does loosely coupled mean?..

Answer / Jai Prakash

In software engineering, a loosely coupled system is one in which components have minimal dependencies on each other. This means that changes to one component are less likely to affect others, promoting modularity, reusability, and ease of maintenance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

Is spring mvc a design pattern?

1 Answers  


What can be injected as dependencies?

1 Answers  


What is difference between jax ws and jax rs?

1 Answers  


What do you understand by auto wiring and name the different modes of it?

1 Answers  


What is front controller in spring mvc?

1 Answers  


What is dependency injection(ioc) in spring?

1 Answers  


What is the better method of using jdbc in spring?

1 Answers  


What is aop in spring with example?

1 Answers  


What do you mean by auto wiring?

1 Answers  


Explain the difference between ioc and di?

1 Answers  


Which is the best way of injecting beans and why ?

1 Answers  


Explain the term proxy?

1 Answers  


Categories