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 |
What is garbage collection? Can it be forced to run?
What are decalarations?
How do you sort in descending order in java using collections sort?
Explain the difference between the Boolean & operator and the && operator?
Why stringbuilder is not thread safe in java?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
Does isempty check for null?
What is use of static method?
Functionality of JVM?
What is Remote Interface ?
Name few java.lang classes introduced with java 8 ?
Does java linked list allow duplicates?