thread-safe

  • 61Multiton pattern — In software engineering, the multiton pattern is a design pattern similar to the singleton, which allows only one instance of a class to be created. The multiton pattern expands on the singleton concept to manage a map of named instances as key… …

    Wikipedia

  • 62Singleton (Entwurfsmuster) — Das Singleton (auch Einzelstück genannt) ist ein in der Softwareentwicklung eingesetztes Entwurfsmuster und gehört zur Kategorie der Erzeugungsmuster (engl. Creational Patterns). Es verhindert, dass von einer Klasse mehr als ein Objekt erzeugt… …

    Deutsch Wikipedia

  • 63PureBasic — Apparu en 2000 Auteur Fantaisie Software Développeur Fred Laboureur Dernière version stable 4.60 …

    Wikipédia en Français

  • 64Purebasic — Apparu en 2000 Auteur Fantaisie Software …

    Wikipédia en Français

  • 65Constructor (object-oriented programming) — Programming language comparisons General comparison Basic syntax Basic instructions Arrays Associative arrays String operations …

    Wikipedia

  • 66Apache C++ Standard Library — Infobox Software name = Apache C++ Standard Library caption = developer = Apache Software Foundation latest release version = 4.2.1 latest release date = release date|2008|5|1 latest preview version = latest preview date = operating system =… …

    Wikipedia

  • 67Functional programming — In computer science, functional programming is a programming paradigm that treats computation as the evaluation of mathematical functions and avoids state and mutable data. It emphasizes the application of functions, in contrast with the… …

    Wikipedia

  • 68Internet Explorer — Windows Internet Explorer A component of Microsoft Windows Internet Explorer 9 in Wi …

    Wikipedia

  • 69Microsoft Excel — Microsoft Office Excel 2010 running on Windows 7 Developer(s) Microsoft Corporat …

    Wikipedia

  • 70Java API for XML Processing — The Java API for XML Processing, or JAXP (pronounced jaks p ), is one of the Java XML programming APIs. It provides the capability of validating and parsing XML documents. The three basic parsing interfaces are: * the Document Object Model… …

    Wikipedia