what is webservices
Answers were Sorted based on User's Feedback
Answer / puneet
The clear example if charging your cell through
CITIBANK/ICICI bank gateway that calls their webservices to
complete the transaction and can be called through HTTP only
on any platform as HTTP is platform independent.
The Data is sent over the network in form of XML.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / afreen
web services are the services running at different servers
which are responded over the network(web)
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / natarajan
Softaware system designed to support interoperable machine
to machine transacation over network.
| Is This Answer Correct ? | 2 Yes | 2 No |
Difference between static synchronization vs. Instance synchronization?
What is use of a abstract variable?
When finally clause is executed?
What is update method and when it is called?
What is an Applet ?
Is boolean a wrapper class in java?
can we overload main method?
How do you clear a list in java?
What is composition in java?
Add a value x to array from index l to r where 0 <= l <= r <= n-1
What is the purpose of a statement block?
What happens to the Exception object after handling an exception?