Comment on An After-School Program Teaches Teens Java and Python
bionicjoey@lemmy.ca 1 year agoIt feels like some arcane spell when you first learn it, but once you are familiar with Java, each token in that declaration feels totally justified. Like yeah, the args are an array of strings. Yeah, the main function needs to be static and public. Yeah, it doesn’t return anything inside the JVM, so it’s void.
Linkerbaan@lemmy.world 1 year ago
Java21 is gonna flip your whole world upside down
bionicjoey@lemmy.ca 1 year ago
Yeah my brain still thinks about Java in Java 8 because that was primarily what I worked on when I was a dev.