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 |
Is spring mvc a design pattern?
What can be injected as dependencies?
What is difference between jax ws and jax rs?
What do you understand by auto wiring and name the different modes of it?
What is front controller in spring mvc?
What is dependency injection(ioc) in spring?
What is the better method of using jdbc in spring?
What is aop in spring with example?
What do you mean by auto wiring?
Explain the difference between ioc and di?
Which is the best way of injecting beans and why ?
Explain the term proxy?