/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

ailef.tech
| | studiofreya.org
3.9 parsecs away

Travel
| | [AI summary] A beginner's tutorial on how to install Java 9, set up the JDK environment variable, and run a Hello World program using Eclipse and the command line.
| | www.gregreda.com
3.6 parsecs away

Travel
| | A beginner's guide to getting started with web scraping using Python and BeautifulSoup.
| | www.cybershu.eu
3.5 parsecs away

Travel
| | Hello there ?,Hello ?, I was tasked with integrating a Java class for data generation into ourCI/CD pipeline. The goal was to create a shaded JAR that could ...
| | www.morling.dev
35.1 parsecs away

Travel
| One of the ultimate strengths of Java is its strong notion of backwards compatibility: Java applications and libraries built many years ago oftentimes run without problems on current JVMs, and the compiler of current JDKs can produce byte code, that is executable with earlier Java versions. For instance, JDK 16 supports byte code levels going back as far as to Java 1.7; But: hic sunt dracones. The emitted byte code level is just one part of the story. It's equally important to consider which APIs of the ...