3
I was doing some exercises of the course and I came up with a question.
If I create a project in Eclipse and in it I will include my classes, assuming that each class is a specific exercise, each with its own methods.
I know that general classes and conventions serve to limit clutter and implement a well-architected structure so that code is easy to understand for maintenance and its own scalability.
But in the meantime...
Is there a class limit that can be included in a Java project in Eclipse? Or does it only depend on hardware limitations?