Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

44
Lang/Java/00-LANG.txt Normal file
View file

@ -0,0 +1,44 @@
{{language
|exec=bytecode
|site=http://www.oracle.com/technetwork/java/
|gc=yes
|parampass=value
|safety=safe
|express=explicit
|compat=nominative
|checking=static
|strength=strong
|tags=java, java5
|hopl id=2131
|LCT=yes
|bnf=http://www.cui.unige.ch/db-research/Enseignement/analyseinfo/JAVA/BNFindex.html}}
{{language programming paradigm|Object-oriented}}
{{language programming paradigm|Imperative}}
{{language programming paradigm|generic}}
{{language programming paradigm|reflective}}[[runs on vm::java virtual machine| ]]
The '''Java''' programming language, developed by [[Sun Microsystems]], is a language aimed at allowing "high-performance", virtual application development.
Java source files (.java files) are typically [[Compiler|compiled]] to an intermediate [[bytecode]] (all platform) executable (.class files) and executed by a [[Java Virtual Machine]].
Most modern JVMs further compile the bytecode into your processor's native machine code during execution.
This native code translation is mostly done via a [[Just-In-Time|JIT]] compiler that is built in the JVM. Some Java compilers (such as [[GCJ]]) can compile Java code to native machine code ahead-of-time rather than just-in-time.
The primary benefits of Java are:
* Cross-[[platform]] (Write Once, Run Anywhere (if all of the libraries are ported))
* Comprehensive class library (which is thoroughly [http://www.oracle.com/technetwork/java/javase/documentation/index.html documented])
* [[garbage collection|Automatic memory management]]
* Large user community
* Well supported by the [[open source]] community and commercial industry ([[Sun Microsystems|Sun]], [[IBM]], [[Oracle]], HP, BEA, [[Apple Inc]], etc.)
Java is used in a variety of environments including desktop applications, embedded device (PDA and wireless phone) applications, server-side web page serving applications (as [[Java Server Pages|JSP]]), and applets embedded in web pages.
There are a variety of arguments regarding Java's performance compared to other popular languages like [[C++]]. Some come to the conclusion that the programmer's choices make a bigger difference on performance in each language. Most show that each language is better than the other at specific types of operations (e.g. Java for memory allocation, C++ for numerical operations).
An extensive summary of comparisons between Java and C++ can be found [[wp:Comparison of Java and C++|on Wikipedia]].
According to some [http://www.tiobe.com/tpci.htm sources], Java is currently one of the most popular programming languages in the world.
Useful Java links:
* [http://www.java.com java.com]
* [http://openjdk.java.net OpenJDK]
==Todo==
[[Reports:Tasks_not_implemented_in_Java]]

2
Lang/Java/00-META.yaml Normal file
View file

@ -0,0 +1,2 @@
---
from: http://rosettacode.org/wiki/Category:Java

1
Lang/Java/100-doors Symbolic link
View file

@ -0,0 +1 @@
../../Task/100-doors/Java

1
Lang/Java/100-prisoners Symbolic link
View file

@ -0,0 +1 @@
../../Task/100-prisoners/Java

1
Lang/Java/15-puzzle-game Symbolic link
View file

@ -0,0 +1 @@
../../Task/15-puzzle-game/Java

1
Lang/Java/2048 Symbolic link
View file

@ -0,0 +1 @@
../../Task/2048/Java

1
Lang/Java/21-game Symbolic link
View file

@ -0,0 +1 @@
../../Task/21-game/Java

1
Lang/Java/24-game Symbolic link
View file

@ -0,0 +1 @@
../../Task/24-game/Java

1
Lang/Java/24-game-Solve Symbolic link
View file

@ -0,0 +1 @@
../../Task/24-game-Solve/Java

View file

@ -0,0 +1 @@
../../Task/4-rings-or-4-squares-puzzle/Java

View file

@ -0,0 +1 @@
../../Task/9-billion-names-of-God-the-integer/Java

View file

@ -0,0 +1 @@
../../Task/99-bottles-of-beer/Java

1
Lang/Java/A+B Symbolic link
View file

@ -0,0 +1 @@
../../Task/A+B/Java

1
Lang/Java/ABC-problem Symbolic link
View file

@ -0,0 +1 @@
../../Task/ABC-problem/Java

View file

@ -0,0 +1 @@
../../Task/AKS-test-for-primes/Java

View file

@ -0,0 +1 @@
../../Task/ASCII-art-diagram-converter/Java

1
Lang/Java/AVL-tree Symbolic link
View file

@ -0,0 +1 @@
../../Task/AVL-tree/Java

View file

@ -0,0 +1 @@
../../Task/Abbreviations-automatic/Java

View file

@ -0,0 +1 @@
../../Task/Abbreviations-easy/Java

View file

@ -0,0 +1 @@
../../Task/Abbreviations-simple/Java

View file

@ -0,0 +1 @@
../../Task/Abelian-sandpile-model/Java

View file

@ -0,0 +1 @@
../../Task/Abelian-sandpile-model-Identity/Java

1
Lang/Java/Abstract-type Symbolic link
View file

@ -0,0 +1 @@
../../Task/Abstract-type/Java

View file

@ -0,0 +1 @@
../../Task/Abundant-deficient-and-perfect-number-classifications/Java

View file

@ -0,0 +1 @@
../../Task/Abundant-odd-numbers/Java

View file

@ -0,0 +1 @@
../../Task/Accumulator-factory/Java

1
Lang/Java/Achilles-numbers Symbolic link
View file

@ -0,0 +1 @@
../../Task/Achilles-numbers/Java

View file

@ -0,0 +1 @@
../../Task/Ackermann-function/Java

View file

@ -0,0 +1 @@
../../Task/Active-Directory-Connect/Java

View file

@ -0,0 +1 @@
../../Task/Active-Directory-Search-for-a-user/Java

1
Lang/Java/Active-object Symbolic link
View file

@ -0,0 +1 @@
../../Task/Active-object/Java

1
Lang/Java/Additive-primes Symbolic link
View file

@ -0,0 +1 @@
../../Task/Additive-primes/Java

1
Lang/Java/Align-columns Symbolic link
View file

@ -0,0 +1 @@
../../Task/Align-columns/Java

View file

@ -0,0 +1 @@
../../Task/Aliquot-sequence-classifications/Java

View file

@ -0,0 +1 @@
../../Task/Almkvist-Giullera-formula-for-pi/Java

1
Lang/Java/Almost-prime Symbolic link
View file

@ -0,0 +1 @@
../../Task/Almost-prime/Java

1
Lang/Java/Amicable-pairs Symbolic link
View file

@ -0,0 +1 @@
../../Task/Amicable-pairs/Java

1
Lang/Java/Anagrams Symbolic link
View file

@ -0,0 +1 @@
../../Task/Anagrams/Java

View file

@ -0,0 +1 @@
../../Task/Anagrams-Deranged-anagrams/Java

View file

@ -0,0 +1 @@
../../Task/Angle-difference-between-two-bearings/Java

View file

@ -0,0 +1 @@
../../Task/Angles-geometric-normalization-and-conversion/Java

View file

@ -0,0 +1 @@
../../Task/Animate-a-pendulum/Java

1
Lang/Java/Animation Symbolic link
View file

@ -0,0 +1 @@
../../Task/Animation/Java

View file

@ -0,0 +1 @@
../../Task/Anonymous-recursion/Java

1
Lang/Java/Anti-primes Symbolic link
View file

@ -0,0 +1 @@
../../Task/Anti-primes/Java

View file

@ -0,0 +1 @@
../../Task/Append-a-record-to-the-end-of-a-text-file/Java

View file

@ -0,0 +1 @@
../../Task/Apply-a-callback-to-an-array/Java

View file

@ -0,0 +1 @@
../../Task/Apply-a-digital-filter-direct-form-II-transposed-/Java

View file

@ -0,0 +1 @@
../../Task/Approximate-equality/Java

View file

@ -0,0 +1 @@
../../Task/Arbitrary-precision-integers-included-/Java

View file

@ -0,0 +1 @@
../../Task/Archimedean-spiral/Java

View file

@ -0,0 +1 @@
../../Task/Arithmetic-Complex/Java

View file

@ -0,0 +1 @@
../../Task/Arithmetic-Integer/Java

View file

@ -0,0 +1 @@
../../Task/Arithmetic-Rational/Java

View file

@ -0,0 +1 @@
../../Task/Arithmetic-derivative/Java

View file

@ -0,0 +1 @@
../../Task/Arithmetic-evaluation/Java

View file

@ -0,0 +1 @@
../../Task/Arithmetic-geometric-mean/Java

View file

@ -0,0 +1 @@
../../Task/Arithmetic-geometric-mean-Calculate-Pi/Java

View file

@ -0,0 +1 @@
../../Task/Arithmetic-numbers/Java

View file

@ -0,0 +1 @@
../../Task/Array-concatenation/Java

1
Lang/Java/Array-length Symbolic link
View file

@ -0,0 +1 @@
../../Task/Array-length/Java

1
Lang/Java/Arrays Symbolic link
View file

@ -0,0 +1 @@
../../Task/Arrays/Java

1
Lang/Java/Ascending-primes Symbolic link
View file

@ -0,0 +1 @@
../../Task/Ascending-primes/Java

1
Lang/Java/Assertions Symbolic link
View file

@ -0,0 +1 @@
../../Task/Assertions/Java

View file

@ -0,0 +1 @@
../../Task/Associative-array-Creation/Java

View file

@ -0,0 +1 @@
../../Task/Associative-array-Iteration/Java

View file

@ -0,0 +1 @@
../../Task/Associative-array-Merging/Java

1
Lang/Java/Atomic-updates Symbolic link
View file

@ -0,0 +1 @@
../../Task/Atomic-updates/Java

View file

@ -0,0 +1 @@
../../Task/Attractive-numbers/Java

View file

@ -0,0 +1 @@
../../Task/Average-loop-length/Java

View file

@ -0,0 +1 @@
../../Task/Averages-Arithmetic-mean/Java

View file

@ -0,0 +1 @@
../../Task/Averages-Mean-angle/Java

View file

@ -0,0 +1 @@
../../Task/Averages-Mean-time-of-day/Java

1
Lang/Java/Averages-Median Symbolic link
View file

@ -0,0 +1 @@
../../Task/Averages-Median/Java

1
Lang/Java/Averages-Mode Symbolic link
View file

@ -0,0 +1 @@
../../Task/Averages-Mode/Java

View file

@ -0,0 +1 @@
../../Task/Averages-Pythagorean-means/Java

View file

@ -0,0 +1 @@
../../Task/Averages-Root-mean-square/Java

View file

@ -0,0 +1 @@
../../Task/Averages-Simple-moving-average/Java

1
Lang/Java/Babbage-problem Symbolic link
View file

@ -0,0 +1 @@
../../Task/Babbage-problem/Java

1
Lang/Java/Balanced-brackets Symbolic link
View file

@ -0,0 +1 @@
../../Task/Balanced-brackets/Java

1
Lang/Java/Balanced-ternary Symbolic link
View file

@ -0,0 +1 @@
../../Task/Balanced-ternary/Java

1
Lang/Java/Barnsley-fern Symbolic link
View file

@ -0,0 +1 @@
../../Task/Barnsley-fern/Java

View file

@ -0,0 +1 @@
../../Task/Base64-decode-data/Java

1
Lang/Java/Bell-numbers Symbolic link
View file

@ -0,0 +1 @@
../../Task/Bell-numbers/Java

1
Lang/Java/Benfords-law Symbolic link
View file

@ -0,0 +1 @@
../../Task/Benfords-law/Java

1
Lang/Java/Bernoulli-numbers Symbolic link
View file

@ -0,0 +1 @@
../../Task/Bernoulli-numbers/Java

1
Lang/Java/Best-shuffle Symbolic link
View file

@ -0,0 +1 @@
../../Task/Best-shuffle/Java

1
Lang/Java/Bifid-cipher Symbolic link
View file

@ -0,0 +1 @@
../../Task/Bifid-cipher/Java

1
Lang/Java/Bin-given-limits Symbolic link
View file

@ -0,0 +1 @@
../../Task/Bin-given-limits/Java

1
Lang/Java/Binary-digits Symbolic link
View file

@ -0,0 +1 @@
../../Task/Binary-digits/Java

1
Lang/Java/Binary-search Symbolic link
View file

@ -0,0 +1 @@
../../Task/Binary-search/Java

1
Lang/Java/Binary-strings Symbolic link
View file

@ -0,0 +1 @@
../../Task/Binary-strings/Java

View file

@ -0,0 +1 @@
../../Task/Bioinformatics-Sequence-mutation/Java

View file

@ -0,0 +1 @@
../../Task/Bioinformatics-base-count/Java

View file

@ -0,0 +1 @@
../../Task/Bitcoin-address-validation/Java

1
Lang/Java/Bitmap Symbolic link
View file

@ -0,0 +1 @@
../../Task/Bitmap/Java

View file

@ -0,0 +1 @@
../../Task/Bitmap-B-zier-curves-Cubic/Java

View file

@ -0,0 +1 @@
../../Task/Bitmap-B-zier-curves-Quadratic/Java

View file

@ -0,0 +1 @@
../../Task/Bitmap-Bresenhams-line-algorithm/Java

1
Lang/Java/Bitmap-Flood-fill Symbolic link
View file

@ -0,0 +1 @@
../../Task/Bitmap-Flood-fill/Java

Some files were not shown because too many files have changed in this diff Show more