this post was submitted on 10 Jan 2024
2 points (100.0% liked)

The Java Programming Language

214 readers
6 users here now

Discussion of Java and java-related technologies. This includes things like:

For assistance learning Java, please go to Learn Java

founded 1 year ago
MODERATORS
 

The big one to remember with your older code - finalization is deprecated. Closeable or AutoCloseable is preferred alongside a try-with-resources block.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here