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 |
What is profile in java?
What are the risks in java security? : java security
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?
What is setstring method in java?
Difference between Abstract Class & Interface?
How can I write a program that takes command line input?
What is jsr in java?
what diff bw constructor method & method
What is orm in java?
What is entitymanager in jpa?
Why doesn't lsdou work under windows nt? : java security
What is maven in java?