What is difference between loosely coupled and tightly coupled in java?



What is difference between loosely coupled and tightly coupled in java?..

Answer / Jaya Dixit

In Java, loosely coupled systems are easier to maintain and extend than tightly coupled systems. In a loosely coupled system, each module is independent and communicates with others through well-defined interfaces, reducing the dependencies between components. Tightly coupled systems have strong dependencies between components, making them harder to modify or replace.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Java Related AllOther Interview Questions

What is profile in java?

1 Answers  


What are the risks in java security? : java security

1 Answers  


If one class havent the constructor, it has normal method, then can i use super keyword to call the method form the sub class and vice verse?

2 Answers  


What is setstring method in java?

1 Answers  


Difference between Abstract Class & Interface?

4 Answers   HCL, IBM,


How can I write a program that takes command line input?

1 Answers  


What is jsr in java?

1 Answers  


what diff bw constructor method & method

4 Answers   CTS,


What is orm in java?

1 Answers  


What is entitymanager in jpa?

1 Answers  


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

1 Answers  


What is maven in java?

1 Answers  


Categories