Tags

Cryptography is the study and practice of the logical means used to obtain the confidentiality, integrity and authenticity of information. It encompasses among other thi…

281 questions

ggplot2 is a graphic design package for R based on the principles of "Graph Grammar". It partially replaces the basic Plot of R and the Lattice package, offering a clean…

279 questions

Tomcat is a Java Web application container server. As a container, it simplifies the application code by managing: communication, contexts and tasks. It also has managem…

278 questions

PL/SQL (acronym for Procedural Language/Structured Query Language) is an extension of the standard SQL language for Oracle DBMS from Oracle Corporation.

277 questions

This tag should only be used for questions that are about Objective-C language resources or rely on language code. The "Cocoa" and "Cocoa-touch" tag should be used to as…

276 questions

A class method is nothing more than a collection of instructions grouped together for the purpose of executing a given task.

271 questions

Update is an SQL statement that changes the data of one or more records in a table, as well as a subset of results, and can also be filtered by conditions.

270 questions

A design standard, from English design Pattern, is a general reusable solution to a problem that commonly occurs in software design.

269 questions

Syntax is the set of rules that defines how the different symbols of a language (natural or programming) can combine validly.

268 questions

DOM (Document Object Model - Document Object Model) is a W3C specification for a platform and language independent interface, where one can dynamically change and edit t…

268 questions

Command Prompt (cmd.exe executable name) is the command line interpreter provided by Microsoft on OS/2, Windows CE, and Windows NT operating systems (including Windows 2…

266 questions

Software engineering is an area of computing focused on the specification, development and maintenance of software systems, with application of technologies and practice…

264 questions

Use this tag for things related to the company’s search engine. If for other products there are specific tags, do not use it separately. For example avoid using this tag…

264 questions

A menu is a user interface engine that provides the user with a means to view and perform application operations. The tag can be used for any technology involving menus.

263 questions

Shell script is a scripting language

262 questions

Ionic 3 is the third version of Ionic, an open source SDK that allows developers to create mobile apps using web technologies (HTML, CSS, and Javascript). Ionic 3 uses t…

261 questions

Netbeans IDE is a free and open source integrated development environment (IDE) for software developers in Java, C, C++, PHP, Groovy, Ruby, and more. The IDE runs on man…

259 questions

The Arraylist class is an implementation of the List interface that uses an array to store elements.

257 questions

Google Chrome is a web browser available on mobile, TV, and desktop platforms. Developed by Google, it uses the Blink layout engine and application structure. use the ta…

255 questions

Javaserver Faces (JSF) is a Model-View-Presenter framework commonly used to create web applications. Always report: What technology you are using, JSP or Facelets; Error…

248 questions

Phpmailer is a class developed for the PHP language for sending email to servers that require SMTP authentication.

248 questions

In object-oriented programming, inheritance is the system that allows objects to support operations defined by previous types without having to provide their own definit…

245 questions

Internet Information Services (IIS) is a web server created by Microsoft for use with Microsoft Windows. Please mention which version of IIS you are running in your ques…

242 questions
242 questions

Questions about a search algorithm or its implementation. *NO* for questions about using search tools within an API (e.g.: Google, Bing, Facebook).

242 questions

Amazon Web Services (AWS) is a set of proprietary remote computing services from Amazon.com. This tag can be used for software development issues that are platform-speci…

241 questions

SELECT is an SQL statement that returns zero or more rows, from one or more base tables, temporary tables, or views in a database.

241 questions

In computer science, recursion is a method of solving problems in which the solution is given by an algorithm that refers to itself. A classic example is the factorial c…

240 questions

Type Conversion is the method used to adapt one type of data to another so that it is possible to relate to a target type.

239 questions

Xamarin.Forms is a cross-platform UI toolkit that allows developers to easily create native user interface layouts that can be shared between Android, iOS and Windows Ph…

236 questions

Use this tag for questions pertaining to random or pseudo-random numbers.

236 questions

Responsive Layout is an approach used to develop user interfaces, providing great viewing experience, easy reading, navigation and adaptability to a wide range of device…

235 questions

Kotlin is a statically typed programming language compatible with JVM and Javascript.

234 questions

Encoding style is a set of rules or guidelines used when coding a computer program. Typically, following a certain coding style makes it easier for other programmers to …

234 questions

Character encoding or Character encoding refers to the way characters are represented as a series of bytes.

232 questions