Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bai-viet/java/tu-khoa-final-trong-java #124

Open
utterances-bot opened this issue Dec 19, 2023 · 1 comment
Open

bai-viet/java/tu-khoa-final-trong-java #124

utterances-bot opened this issue Dec 19, 2023 · 1 comment

Comments

@utterances-bot
Copy link

Từ khóa final trong Java

Từ khoá final trong java có nhiều nghĩa khác nhau, nghĩa của nó tuỳ thuộc vào ngữ cảnh cụ thể, nhưng nói chung nó muốn nói cái này không thể thay đổi được

https://kungfutech.edu.vn/bai-viet/java/tu-khoa-final-trong-java

Copy link

Mình thấy nếu để biến trong một class là private thì khác so với final mà. Nếu như biến trong class là private thì có thể dùng setVarName() để có thể set lại giá trị trong một object hoặc truyền giá trị vào constructor. Còn nếu như private final thì việc set lại giá trị cho object hoặc truyền giá trị là không thể thực hiện được.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants