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
What is an object in java and how is it created?
What Is Query Throttling in java?
What is the impact of declaring a method as final?
Which class is used by server applications to obtain a port and listen for client requests?
What does string mean in java?
What is a website container?
Which collection is thread safe in java?
Explain aggregation in java?
How do generics work in java?
Difference between string, string builder, and string buffer?
What are the differences between include directive and include action?
Give few examples of final classes defined in Java API?
Explain different states of a thread in java?
can I implement my own start() method? : Java thread
What is a parameter in simple terms?