声明为 final 的经典变量是否包含与非 final 变量不同的内存段?

Does the classic variable declare as final contain a different segment of memory than the non-final variable?

也许是简单的问题,但我找不到答案。

声明为 final 的经典变量是否包含与非 final 变量不同的内存段?

我会说,谈论一个 局部变量 ,不基于 this answer:

The truth is, there is no final modifier for local variables at the bytecode level.