Why are static variables considered evil?

前端 未结 30 3716
既然无缘
既然无缘 2020-11-21 05:04

I am a Java programmer who is new to the corporate world. Recently I\'ve developed an application using Groovy and Java. All through the code I wrote used quite a good numbe

30条回答
  •  天命终不由人
    2020-11-21 06:02

    I think excessive uses of global variables with static keyword will also leads to memory leakage at some point of instance in the applica

提交回复
热议问题