Skip to content

Instantly share code, notes, and snippets.

@mrnirva
Created September 6, 2020 00:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrnirva/390f530a124dbf936cde1f54f048aa6a to your computer and use it in GitHub Desktop.
Save mrnirva/390f530a124dbf936cde1f54f048aa6a to your computer and use it in GitHub Desktop.
package accessmodifiers;
public class ErisimBelirleyiciler {
static final float PI = 3.14f;
public static void main(String[] args) {
// PI = 40;
// Bu işlem kesinlikle hata verecektir
// Sabitlenmiş değer değiştirilemez
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment