What is loose coupling in java?



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

Post New Answer

More Java Related AllOther Interview Questions

Is openjdk the same as jdk?

1 Answers  


What are the new features about Java se 8 ?

1 Answers  


Does netbeans need jdk?

1 Answers  


What is serializable in java?

1 Answers  


What do you understand by a variable?

1 Answers  


What is loose coupling in java?

1 Answers  


why is java not 100% oops?

5 Answers   IBM,


How do I run a java project?

1 Answers  


Why doesn't lsdou work under windows nt? : java security

1 Answers  


Is java singleton thread safe?

1 Answers  


differences between iterator and spliterator in java se 8?

1 Answers  


What is the difference between jar and executable jar?

1 Answers  


Categories