Java (programming language)

Deel dit
" Terug naar Woordenlijst Index

Java is a high-level programming language first initiated in 1991 by James Gosling, Mike Sheridan, and Patrick Naughton. It was originally designed for interactive television[1] but was later repurposed and released by Sun Microsystems as Java 1.0 in 1996. The language’s primary goals are simplicity, object-orientation, and familiarity. It places a strong emphasis on robustness, security[2], architecture-neutrality, and portability. Java is known for its “write once, run anywhere” capability, meaning that compiled Java code can run on all platforms that support Java without the need for recompilation. The language derives much of its syntax from C and C++, but its object model is simpler and has fewer low-level facilities. Java is also noted for its well-designed, comprehensive libraries, its consistent cross-platform behavior, and its longevity in the industry.

Terms definitions
1. television. Television is a technology that transmits visual and audio images. The term comes from Ancient Greek and Latin, meaning 'far sight.' First used in 1900 by Constantin Perskyi, it was known as 'telephote' and 'televista' in early proposals. Television evolved from the mechanical scanning of images, with the Nipkow disk, patented in 1884, playing a crucial role. Initially, TV signals were transmitted through terrestrial broadcasting, but now include coaxial cable, optical fiber, satellite systems, and the internet. Television sets have internal electronic circuits, including a tuner for receiving signals. Without a tuner, it's a video monitor. Color broadcasting was introduced in the mid-1960s, and now, there are smart TVs with internet connectivity. Today, 79% of households worldwide own a television, with major manufacturers producing smart TVs.
2. security. Security, as a term, originates from the Latin 'securus,' meaning free from worry. It is a concept that refers to the state of being protected from potential harm or threats. This protection can apply to a wide range of referents, including individuals, groups, institutions, or even ecosystems. Security is closely linked with the environment of the referent and can be influenced by different factors that can make it either beneficial or hostile. Various methods can be employed to ensure security, including protective and warning systems, diplomacy, and policy implementation. The effectiveness of these security measures can vary, and perceptions of security can differ widely. Important security concepts include access control, assurance, authorization, cipher, and countermeasures. The United Nations also plays a significant role in global security, focusing on areas like soil health and food security.

Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible. It is a general-purpose programming language intended to let programmers write once, run anywhere (WORA), meaning that compiled Java code can run on all platforms that support Java without the need to recompile. Java applications are typically compiled to bytecode that can run on any Java virtual machine (JVM) regardless of the underlying computer architecture. The syntax of Java is similar to C and C++, but has fewer low-level facilities than either of them. The Java runtime provides dynamic capabilities (such as reflection and runtime code modification) that are typically not available in traditional compiled languages.

Java
ParadigmMulti-paradigm: generic, object-oriented (class-based), functional, imperative, reflective, concurrent
Designed byJames Gosling
DeveloperOracle Corporation
First appearedMay 23, 1995; 28 years ago (1995-05-23)
Typing disciplineStatic, strong, safe, nominative, manifest
Memory managementAutomatic garbage collection
Filename extensions.java, .class, .jar, .jmod
Website
Influenced by
CLU, Simula67, Lisp, Smalltalk, Ada 83, C++, C#, Eiffel, Mesa, Modula-3, Oberon, Objective-C, UCSD Pascal, Object Pascal
Influenced
Ada 2005, BeanShell, C#, Chapel, Clojure, ECMAScript, Fantom, Gambas, Groovy, Hack, Haxe, J#, Kotlin, PHP, Python, Scala, Seed7, Vala, JavaScript, JS++, ArkTS

Java gained popularity shortly after its release, and has been a very popular programming language since then. Java was the third most popular programming language in 2022 according to GitHub. Although still widely popular, there has been a gradual decline in use of Java in recent years with other languages using JVM gaining popularity.

Java was originally developed by James Gosling at Sun Microsystems. It was released in May 1995 as a core component of Sun's Java platform. The original and reference implementation Java compilers, virtual machines, and class libraries were originally released by Sun under proprietary licenses. As of May 2007, in compliance with the specifications of the Java Community Process, Sun had relicensed most of its Java technologies under the GPL-2.0-only license. Oracle offers its own HotSpot Java Virtual Machine, however the official reference implementation is the OpenJDK JVM which is free open-source software and used by most developers and is the default JVM for almost all Linux distributions.

As of March 2024, Java 22 is the latest version. Java 8, 11, 17, and 21 are previous LTS versions still officially supported.

" Terug naar Woordenlijst Index
nl_BENL
Scroll naar boven