A generic tag for topics providing definitions.
I have read articles about the differences between SOAP and REST as a web service communication protocol, but I think …
rest web-services http soap definitionLet's say my web service is located at http://localhost:8080/foo/mywebservice and my WSDL is at http://localhost:8080/foo/…
web-services terminology definition endpointThe meaning of both eludes me.
c declaration terminology definition c++-faqI have heard that the Liskov Substitution Principle (LSP) is a fundamental principle of object oriented design. What is it …
oop definition solid-principles design-principles liskov-substitution-principleIs there a difference between int[] array = new int[10]; and int array[] = new int[10]; ? Both do work, and the result …
java arrays performance definitionWhat are unit tests, integration tests, smoke tests, and regression tests? What are the differences between them and which tools …
unit-testing testing definitionI've started playing with Git and have come across the terms "upstream" and "downstream". I've seen these before but never …
git version-control versioning terminology definitionI have a pre-existing table, containing 'fname', 'lname', 'email', 'password' and 'ip'. But now I want an auto-increment column. However, …
mysql sql definition auto-incrementWhat is an idempotent operation?
language-agnostic definition idempotent