educative.io

There should be no static instances in the class. Static instances hold application data and when a particular server goes down, all the static data/state is lost. The app is left in an inconsistent state

What does the above statement mean? I am a little confused when you say, There should be no static instances in the class.

@taslimarif600 Please refer to this thread Static Instances holding state