Explore >> Select a destination


You are here

benjiweber.co.uk
| | blog.scaledcode.com
12.7 parsecs away

Travel
| | A dive into chapter 52 of Effective Java
| | abarbanell.wordpress.com
11.8 parsecs away

Travel
| | This is a little experience report how to bring up Scala on my RaspberryPi Step 1: Java I have connected my Raspberry only with power and network (no keyboard/mouse/display) for now and log in via ssh from my Linux desktop. Not only to save cables on the desk, but also to allow copy and paste...
| | javaalmanac.io
9.4 parsecs away

Travel
| | Information about Java 15 including documentation links, new APIs, added features and download options.
| | blog.deesee.xyz
65.0 parsecs away

Travel
| When reverse engineering an application that is shipped as compiled bytecode (jar file, war file, class files, etc.), we normally use a decompiler and then audit the resulting Java code. The catch is that the language the application was written in might not have been Java! Indeed, there are multiple languages that target the Java Virtual Machine (JVM) and produce bytecode just like Java does. On top of generating generally strange decompiled code, this has for effect that the common potentially dangerou...