What is loose coupling in java?
Answer / Pavan Kumar Yadav
Loose Coupling in Java refers to the degree to which one class knows about another class. If a class does not depend on the internal details of another class, it is said to be loosely coupled. This promotes modularity, ease of testing, and easier code maintenance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is openjdk the same as jdk?
What are the new features about Java se 8 ?
Does netbeans need jdk?
What is serializable in java?
What do you understand by a variable?
What is loose coupling in java?
why is java not 100% oops?
How do I run a java project?
Why doesn't lsdou work under windows nt? : java security
Is java singleton thread safe?
differences between iterator and spliterator in java se 8?
What is the difference between jar and executable jar?