I know that the entities < and > are used for < and >, but I am curious …
html terminology html-entities html-escape-charactersWhat is reflection, and why is it useful? I'm particularly interested in Java, but I assume the principles are the …
java reflection terminologyThere have been several questions already posted with specific questions about dependency injection, such as when to use it and …
design-patterns language-agnostic dependency-injection terminologyWhat is the difference between application server and web server?
webserver terminology application-serverCan someone provide a simple explanation of methods vs. functions in OOP context?
function oop methods language-agnostic terminologyWhen writing multithreaded applications, one of the most common problems experienced is race conditions. My questions to the community are: …
multithreading concurrency terminology race-conditionWhich types of objects fall into the domain of "subscriptable"?
python terminologyThe question was about plain c functions, not c++ static methods, as clarified in comments. I understand what a static …
c function static terminologyWhat is the difference between a proxy server and a reverse proxy server?
proxy webserver terminology reverse-proxyI understand JSON, but not JSONP. Wikipedia's document on JSON is (was) the top search result for JSONP. It says …
javascript json jsonp terminology