This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Simon Ritter
speakjava.bsky.social
did:plc:wtocdcx7qxiw7z54mh2gzg7v
Java puzzler for the day.
The newarray bytecode takes an argument (atype) to indicate what primitive type the array will store.
atype has defined values from 4 (boolean) to 11 (long).
What are the mysterious atype values of 0, 1, 2 or 3?
🤔
2025-03-28T16:37:32.311Z