What is loosely coupled?

Answers were Sorted based on User's Feedback



What is loosely coupled?..

Answer / anirban

it basically means that the services that you use are
reusable.One service does not depend upon the other.A
change in a .net service shall not affect another service
developed in java.All the components that is needed for an
application must not be tightly coupled so that a single
change in some class changes all other parts of the
application.Instead break the whole application into small
components ,expose them as web services and orchestrate .

Is This Answer Correct ?    5 Yes 1 No

What is loosely coupled?..

Answer / ggpune

When two objects are loosely coupled, they can interact, but
have very little knowledge of each other.

Loosely coupled systems allow us to build flexible OO
systems that can handle CHANGE because they minimize
interdependency between objects.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More SOAP Interview Questions

can we do method overloading in java based web services .i am using Axis2 frame work. how to configure the operatios(which are method overload) in services.xml file. plz help me in solving this

0 Answers  


To test a web service you must create a windows application or web application to consume this service. State whether true or false.

0 Answers   Siebel Systems,


What is SOAP Version 1.2?

1 Answers   Transdomain,


Why is rest preferred over soap?

0 Answers  


What is wsdl and soap?

0 Answers  






What is entrust entitlements service?

0 Answers  


what is the transport method in SOAP?

0 Answers  


what are the syntax rules for SOAP message?

0 Answers  


What are the differences between rpc style and document style soap web services?

0 Answers  


Explain the difference between RPC and Local calls?

0 Answers  


What are the uses of soap?

0 Answers  


What are the tools used for testing web services?

0 Answers  


Categories