Popular topics

ssl

Secure Sockets Layer (SSL) is an obsolete cryptographic protocol superseded by Transport Layer Security (TLS) that provides secure communications over the Internet.

pdf

Portable Document Format (PDF) is an open standard for electronic document exchange maintained by the International Organization for Standardization (ISO).

jpa

The Java Persistence API (JPA) is a Java specification for accessing, persisting, and managing data between Java objects/classes and a relational database.

unix

This tag is EXCLUSIVELY for PROGRAMMING questions that are directly related to Unix; general software issues should be directed to the Unix & Linux Stack Exchange site or to Super User.

xamarin

Xamarin is a platform consisting of Xamarin.

machine-learning

Implementation questions about machine learning algorithms.

android-fragments

Fragments represent reusable behaviors or portions of the user interface in an Android app.

jenkins

Jenkins is an open source continuous integration tool written in Java, that has packages for Linux, Mac OS X, Windows, FreeBSD and OpenBSD.

hadoop

Hadoop is an Apache open-source project that provides software for reliable and scalable distributed computing.

asynchronous

Asynchronous programming is a strategy for deferring operations with high latency or low priority, usually in an attempt to improve performance, responsiveness, and / or composability of software.

session

A session refers to the communication between a single client and a server.

generics

Generics are a form of parametric polymorphism found in a range of languages, including .NET languages, Java, Swift, and Rust.