What is the difference between a static variable and a dynamic variable in java/oops?

前端 未结 8 853
情话喂你
情话喂你 2021-01-28 12:22

please someone tell me the difference between a \'static variable\' and a \'normal variable\' in oops or in java. Also their usage if possible.

8条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-28 13:11

    That question doesn't make much sense. Java doesn't have dynamic variables. CommonLisp has them, for example, but Java doesn't.

提交回复
热议问题