- 5
- 628
Kumaraswamy Kankala
Приєднався 18 лип 2020
Service-Oriented Architecture (SOA)
SOA) is a software development method that uses web services to build applications. SOA is an architectural style that promotes loose coupling between software components so they can be reused.
Переглядів: 10
Відео
SOAP (Simple Object Access Protocol) message in web services is made up of main parts:
Переглядів 6Місяць тому
SOAP messages are XML documents, which makes them platform and language independent. The SOAP specification imposes some constraints on the structure of the XML elements in the header and body, but the applications that use them define them
Text processing utilities in linux-Cat,Head,Tail,Sort commands
Переглядів 10Місяць тому
In the Linux operating system. It involves performing a wide range of tasks on text data, such as searching, filtering, sorting, formatting, and extracting information from text files or streams of text.
Python Statements ,Comments in Python, Python identifiers, keywords and variable and quotations
Переглядів 18Місяць тому
In Python, we mostly write statements in a single line where the last character of these lines is a newline. However, to extend a statement in more than one line, we use parentheses (), braces {}, semi-colon (;),