Fix outdated Java version in task 11a
This commit is contained in:
parent
1ca170d111
commit
25273d056c
@ -1,7 +1,5 @@
|
||||
Java is an object-oriented programming language that appeared in
|
||||
1995. The most recent version of the programming language is
|
||||
version 20\footnote{March 2023}. In order to write Java programs,
|
||||
one needs to install the so-called \emph{Java Development Kit
|
||||
(JDK)}.\footnote{\url{https://www.oracle.com/java/technologies/javase-downloads.html}}
|
||||
Java programs can be written independently from the operating
|
||||
system that one uses.
|
||||
Java is an object-oriented programming language that appeared in 1995.
|
||||
The most recent long-term support version of the programming language is Java SE 21 \footnote{released in September 2023}.
|
||||
In order to write Java programs, one needs to install the so-called \emph{Java Development Kit
|
||||
(JDK)}\footnote{\url{https://www.oracle.com/java/technologies/javase-downloads.html}}.
|
||||
Java programs can be written independently from the operating system that one uses.
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
% !TeX root = ../../main-exercises.tex
|
||||
|
||||
Java is an object-oriented programming language that appeared in 1995. The most recent version of the programming language is version 20 (March 2023). In order to write Java programs, one needs to install the so-called \emph{Java Development Kit (JDK)}. Java programs can be written independently from the operating system that one uses.
|
||||
Java is an object-oriented programming language that appeared in 1995. The most recent long-term support version of the programming language is Java SE 21 (released in September 2023). In order to write Java programs, one needs to install the so-called \emph{Java Development Kit (JDK)}. Java programs can be written independently from the operating system that one uses.
|
||||
@ -2,7 +2,5 @@
|
||||
|
||||
\subsection{Inserting footnotes}
|
||||
|
||||
Make the text \enquote{March 2023} of the file
|
||||
\file{exercises/footnotes/footnotes.tex} appear as a footnote instead of in
|
||||
parentheses. Additionally, insert a clickable URL to the Java Development Kit
|
||||
as footnote: \\ \texttt{https://www.oracle.com/java/technologies/javase-downloads.html}
|
||||
Make the text \enquote{released in September 2023} of the file \file{exercises/footnotes/footnotes.tex} appear as a footnote instead of in parentheses.
|
||||
Additionally, insert a clickable URL to the Java Development Kit as footnote: \\ \texttt{https://www.oracle.com/java/technologies/javase-downloads.html}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user