what is webservices

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we write class inside a class in java?

543


Should a main method be compulsorily declared in all java classes?

526


What is a for loop in java?

587


Why is serialization required?

535


Does string isempty check for null?

556






Can you call one constructor from another if a class has multiple constructors?

576


Why char array is preferred over string for storing password?

578


What is difference between arraylist and list in java?

572


What differences exist between iterator and listiterator?

561


Do extraneous variables affect validity?

520


How to calculate the length of a singly linked list in java?

577


What are constants and how to create constants in java?

550


These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }

593


Is empty .java file name a valid source file name?

580


What is the use of callablestatement?

567