what is webservices?
Answer / priya
Web services are application components
Web services communicate using open protocols
Web services are self-contained and self-describing
Web services can be discovered using UDDI
Web services can be used by other applications
XML is the basis for Web services
How Does it Work?
*****************
The basic Web services platform is XML + HTTP.
The HTTP protocol is the most used Internet protocol.
XML provides a language which can be used between different
platforms and programming languages and still express
complex messages and functions.
Web services platform elements
*******************************
SOAP (Simple Object Access Protocol)
UDDI (Universal Description, Discovery and Integration)
WSDL (Web Services Description Language)
| Is This Answer Correct ? | 6 Yes | 2 No |
If two threads have same priority which thread will be executed first ?
what methods would you overwrite in java.lang.object class?
Why are the destructors for base class and derived class called in reverse order when the program exits
in a constructor what happen if u call super and this in the same class? i know that it is not possible to call both in the same one? if we call what will happen?
What is the alternate of 'Inheritance' ?
What is a condition in java?
Can an interface be final?
In the below example, how many string objects are created?
Why there are some null interface in JAVA? What does it mean? Give some null interface in JAVA?
What is ‘has a’’ relationship in java?
What is a qms manual?
Is vector thread safe in java?