Yesterday, I had an interviewing with a company. They ask me "Why do we need an empty class in Java?" I never use an empty class so I have no idea about the purpose of this. Anyone help?
Thank you so much.
Yesterday, I had an interviewing with a company. They ask me "Why do we need an empty class in Java?" I never use an empty class so I have no idea about the purpose of this. Anyone help?
Thank you so much.
No, we don't need an empty class in Java
. We can create one but there is literally no benefit of having that empty class.