Java – Android: Whether Java is less efficient for many classes

Android: Whether Java is less efficient for many classes… here is a solution to the problem.

Android: Whether Java is less efficient for many classes

I’m writing games for android and I’m worried about performance and memory.
Is Java inefficient for many classes?

Solution

Many classes affect performance?

I don’t think so. There is only one thing that will load all classes into memory on startup (optimized for newer versions) which will be a bit slow (negligible).

Related Problems and Solutions