This is an automated archive made by the Lemmit Bot.

The original was posted on /r/java by /u/saltysnailsss on 2024-10-01 12:45:29+00:00.


Never knew this was a thing. Was just checking out Classes that are part of the JDE. I came across the Serializable interface and was kind of amused that we can have an empty interface.

What’s the point of an empty interface if it has no fields or methods that can be used by classes extending/implementing it.