Explore >> Select a destination


You are here

inside.java
| | www.morling.dev
4.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 ...
| | mydeveloperplanet.com
3.0 parsecs away

Travel
| | The 19th of September 2023, Java 21 was released. Time to take a closer look at the changes since the last LTS release, which is Java 17. In this blog, some of the changes between Java 17 and Java 21 are highlighted, mainly by means of examples. Enjoy! 1. Introduction First of all, the short...
| | securehoney.net
4.1 parsecs away

Travel
| | In this week's blog post I decribe how I created an antidote for the Android Simlelocker ransomware. The Java file will decrypt an infected device's files.
| | v8project.blogspot.se
19.0 parsecs away

Travel
| WebAssembly or Wasm is a new runtime and compilation target for the web, now available behind a flag in Chrome Canary!