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 |
Can we define private and protected modifiers for the members in interfaces?
Explain the importance of thread scheduler in java?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
Can you declare a private method as static?
What are the major drawbacks of external iteration?
Why collection is called framework in java?
What are the important features of Java 11 release?
Why arraylist is not synchronized in java example?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
Why are data types important?
Can you use this() and super() both in a constructor?
What is the reason that multiple inheritance is not possible in java??