In accessing a web service through ‘synchronous call’,
Options
- application can make a call to the web service and then continue to perform the needed task
- a service notifies the application when it is ready
- application has to wait until execution is completed
- None of the above
CORRECT ANSWER : application has to wait until execution is completed
Write your comments