JAVA learning history final modifier and static modifier

Described here to start a study method different from taking notes. Writing from a very halfway part.

Modifiers in Java

Reserved words that describe the nature of identifiers → Understand how classes, methods, and variables should be ...

The modifiers to be learned this time are final and static

First of all, final The final modifier is attached to the field and class. By doing this, in the case of a field, "the value cannot be changed" In the case of a class, "inheritance is not possible"

static modifier Used for fields and methods By attaching this, objects created from the same class can have the same value.

As for static, it's not very pinpointed, so review is required. First of all, let's study through and identify the parts that you do not understand.

Recommended Posts

JAVA learning history final modifier and static modifier
java final modifier
JAVA learning history abstract classes and methods
JAVA learning history interface
[Swift vs Java] Let's understand static and final
[Java] Stack area and static area
Java basic learning content 5 (modifier)
[Java] Difference between static final and final in member variables
About Java static and non-static methods
Java learning (0)
Java static
[Java] How to use static modifiers (What are static final and static import)
static modifier
final modifier
Difference between final and Immutable in Java
Java Silver exam procedure and learning method
Java programming (static clauses and "class variables")
Access modifier [Java]
Regarding the transient modifier and serialization in Java
Java static story
For JAVA learning (2018-03-16-01)
Java learning day 5
Dynamically change private static final fields in Java
Check static and public behavior in Java methods
Java and JavaScript
XXE and Java
[Java] Difference between "final variable" and "immutable object"
java learning day 2
java learning day 1
Java abstract modifier [Note]
Getters and setters (Java)
[Java] Thread and Runnable
Java learning 2 (learning calculation method)
java learning (conditional expression)
Java true and false
[Terms] Static and dynamic
Java learning memo (method)
[Java] String comparison and && and ||
Java Learning (1)-Hello World
Java static [Personal summary]
History of Java annotation
Java learning memo (basic)
Java --Serialization and Deserialization
[Java] Arguments and parameters
timedatectl and Java TimeZone
[Java] Branch and repeat
Java learning memo (interface)
Java learning memo (inheritance)
[Java] Variables and types
java (classes and instances)
[Java] Overload and override
Introduction to Effective java by practicing and learning (Builder pattern)
[Java Bronze] Learning memo (interface, static method, type conversion, etc.)
[Java] I tried access modifier public and unspecified field access [Eclipse]