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 |
Static Variable can referred in non-static method?
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
Is a boolean 1 bit?
Add a value x to array from index l to r where 0 <= l <= r <= n-1
When is the finalize() called?
What is the console in java?
What is HashTable?
difference between arraylist and linkedlist otherthan performance
What is the difference between state-based unit testing and interaction-based unit testing?
What is set string?
What is the benefit of lambda expressions?
How do you add an element to a set in java?